Skip to content

Commit

Permalink
Add missing "deprecated" annotation on the annotation driver
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 10, 2023
1 parent 48edb33 commit c2dfadb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

/**
* The AnnotationDriver reads the mapping metadata from docblock annotations.
*
* @deprecated This class will be removed in 3.0 without replacement.
*/
class AnnotationDriver extends CompatibilityAnnotationDriver
{
Expand Down

0 comments on commit c2dfadb

Please sign in to comment.