Skip to content

Commit

Permalink
Fix legacy class palceholder definitions for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi authored and nicolas-grekas committed Nov 29, 2023
1 parent 3947123 commit fbbbb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapping/Loader/AnnotationLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class_exists(AttributeLoader::class);
/**
* @deprecated since Symfony 6.4, to be removed in 7.0, use {@link AttributeLoader} instead
*/
class AnnotationLoader
class AnnotationLoader extends AttributeLoader
{
}
}

0 comments on commit fbbbb41

Please sign in to comment.