We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cf6a8 commit 2f41eacCopy full SHA for 2f41eac
Resources/config/annotations.php
@@ -22,7 +22,7 @@
22
return static function (ContainerConfigurator $container) {
23
$container->services()
24
->set('annotations.reader', AnnotationReader::class)
25
- ->call('addGlobalIgnoredName', ['required'])
+ ->call('addGlobalIgnoredName', ['required']) // @deprecated since Symfony 6.3
26
27
->set('annotations.cached_reader', PsrCachedReader::class)
28
->args([
0 commit comments