Skip to content

Commit

Permalink
fix php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Feb 22, 2019
1 parent e68b3f8 commit 18378e3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
Expand Up @@ -51,8 +51,8 @@ public function __construct($driver, array $namespaces, array $managerParameters
* append the parameter name for the default entity manager
* to this list.
* @param string|false $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
*
* @return self
Expand All @@ -73,8 +73,8 @@ public static function createXmlMappingDriver(array $namespaces, array $managerP
* append the parameter name for the default entity manager
* to this list.
* @param string|false $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
*
* @return self
Expand All @@ -89,15 +89,15 @@ public static function createYamlMappingDriver(array $namespaces, array $manager
}

/**
* @param array $namespaces Hashmap of directory path to namespace
* @param string[] $managerParameters List of parameters that could which object manager name
* your bundle uses. This compiler pass will automatically
* append the parameter name for the default entity manager
* to this list.
* @param string $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
* @param array $namespaces Hashmap of directory path to namespace
* @param string[] $managerParameters List of parameters that could which object manager name
* your bundle uses. This compiler pass will automatically
* append the parameter name for the default entity manager
* to this list.
* @param string|false $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
*
* @return self
*/
Expand All @@ -118,8 +118,8 @@ public static function createPhpMappingDriver(array $namespaces, array $managerP
* append the parameter name for the default entity manager
* to this list.
* @param string|false $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
*
* @return self
Expand All @@ -140,8 +140,8 @@ public static function createAnnotationMappingDriver(array $namespaces, array $d
* append the parameter name for the default entity manager
* to this list.
* @param string|false $enabledParameter Service container parameter that must be present to
* enable the mapping. Set to false to not do any check,
* optional.
* enable the mapping. Set to false to not do any check,
* optional.
* @param string[] $aliasMap Map of alias to namespace.
*
* @return self
Expand Down

0 comments on commit 18378e3

Please sign in to comment.