Skip to content

Commit 2f41eac

Browse files
Add missing deprecation comment
1 parent 93cf6a8 commit 2f41eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/annotations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
return static function (ContainerConfigurator $container) {
2323
$container->services()
2424
->set('annotations.reader', AnnotationReader::class)
25-
->call('addGlobalIgnoredName', ['required'])
25+
->call('addGlobalIgnoredName', ['required']) // @deprecated since Symfony 6.3
2626

2727
->set('annotations.cached_reader', PsrCachedReader::class)
2828
->args([

0 commit comments

Comments
 (0)