Skip to content

Commit d9be844

Browse files
dbuostrolucky
authored andcommitted
fix phpdoc for attribute mapping pass
1 parent 7290b3a commit d9be844

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

DependencyInjection/Compiler/DoctrineOrmMappingsPass.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Class for Symfony bundles to configure mappings for model classes not in the
1818
* auto-mapped folder.
1919
*
20-
* NOTE: alias is only supported by Symfony 2.6+ and will be ignored with older versions.
21-
*
2220
* @final since 2.9
2321
*/
2422
class DoctrineOrmMappingsPass extends RegisterMappingsPass
@@ -141,8 +139,8 @@ public static function createAnnotationMappingDriver(array $namespaces, array $d
141139
}
142140

143141
/**
144-
* @param string[] $namespaces List of namespaces that are handled with annotation mapping
145-
* @param string[] $directories List of directories to look for annotated classes
142+
* @param string[] $namespaces List of namespaces that are handled with attribute mapping
143+
* @param string[] $directories List of directories to look for classes with attributes
146144
* @param string[] $managerParameters List of parameters that could which object manager name
147145
* your bundle uses. This compiler pass will automatically
148146
* append the parameter name for the default entity manager

0 commit comments

Comments
 (0)