You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (true === $ignoreDocblockGenerics = ($context['ignore_docblock_generics'] ?? false)) {
117
+
trigger_deprecation('symfony/property-info', '6.4', 'Ignoring docblock generics by setting "ignore_docblock_generics" context value to "true" is deprecated without replacement.');
if (true === $ignoreDocblockGenerics = ($context['ignore_docblock_generics'] ?? false)) {
174
+
trigger_deprecation('symfony/property-info', '6.4', 'Ignoring docblock generics by setting "ignore_docblock_generics" context value to "true" is deprecated without replacement.');
if (true === $ignoreDocblockGenerics = ($context['ignore_docblock_generics'] ?? false)) {
79
+
trigger_deprecation('symfony/property-info', '6.4', 'Ignoring docblock generics by setting "ignore_docblock_generics" context value to "true" is deprecated without replacement.');
if (true === $ignoreDocblockGenerics = ($context['ignore_docblock_generics'] ?? false)) {
154
+
trigger_deprecation('symfony/property-info', '6.4', 'Ignoring docblock generics by setting "ignore_docblock_generics" context value to "true" is deprecated without replacement.');
155
+
}
156
+
149
157
if (null === $tagDocNode = $this->getDocBlockFromConstructor($class, $property)) {
0 commit comments