diff --git a/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php b/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php index b9969ecb7..8c1574530 100644 --- a/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php +++ b/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php @@ -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 @@ -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 @@ -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 */ @@ -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 @@ -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