Skip to content

Commit

Permalink
Merge pull request #923 from OskarStark/php-doc
Browse files Browse the repository at this point in the history
Fix wrong docblocks for mapping drivers
  • Loading branch information
alcaeus committed Feb 25, 2019
2 parents 98519bb + 18378e3 commit 89065ec
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 @@ -72,8 +72,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 @@ -87,15 +87,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 @@ -115,8 +115,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 @@ -137,8 +137,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 89065ec

Please sign in to comment.