Skip to content

Commit

Permalink
Merge pull request #392 from doctrine/fix-typo
Browse files Browse the repository at this point in the history
fix typo and add changelog
  • Loading branch information
dbu authored Jan 8, 2024
2 parents 18613b6 + 4f613a4 commit d114277
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 2
=========

2.5.0 (unreleased)
-----

Support PHP 8 attributes in addition to annotations.
Annotations will not be supported in 3.0 anymore.

2.4.3
-----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ public static function createAnnotationMappingDriver(
}

/**
* @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 d114277

Please sign in to comment.