Skip to content

Commit

Permalink
fix phpdoc for attribute mapping pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored and ostrolucky committed Jan 8, 2024
1 parent 7290b3a commit d9be844
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Class for Symfony bundles to configure mappings for model classes not in the
* auto-mapped folder.
*
* NOTE: alias is only supported by Symfony 2.6+ and will be ignored with older versions.
*
* @final since 2.9
*/
class DoctrineOrmMappingsPass extends RegisterMappingsPass
Expand Down Expand Up @@ -141,8 +139,8 @@ public static function createAnnotationMappingDriver(array $namespaces, array $d
}

/**
* @param string[] $namespaces List of namespaces that are handled with annotation mapping
* @param string[] $directories List of directories to look for annotated classes
* @param string[] $namespaces List of namespaces that are handled with attribute mapping
* @param string[] $directories List of directories to look for classes with attributes
* @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
Expand Down

0 comments on commit d9be844

Please sign in to comment.