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
'The "%s::%s()" parent method returns %s. You could safely add the ": %s" return type to your method to be compatible with the next major version of its parent.',
'The "Test\Symfony\Component\Debug\Tests\ReturnType::returnTypeGrandParent()" parent method returns a string. You could safely add the ": string" return type to your method to be compatible with the next major version of its parent.',
379
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::returnTypeGrandParentInterface()" parent method returns a string. You could safely add the ": string" return type to your method to be compatible with the next major version of its parent.',
380
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::returnTypeInterface()" parent method returns a string. You could safely add the ": string" return type to your method to be compatible with the next major version of its parent.',
381
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::oneNonNullableReturnableType()" parent method returns "void". You could safely add the ": void" return type to your method to be compatible with the next major version of its parent.',
382
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::oneNullableReturnableType()" parent method returns an array. You could safely add the ": array" return type to your method to be compatible with the next major version of its parent.',
383
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::oneNullableReturnableTypeWithNull()" parent method returns a boolean or null. You could safely add the ": ?bool" return type to your method to be compatible with the next major version of its parent.',
384
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::oneOtherType()" parent method returns an instance of "\ArrayIterator". You could safely add the ": \ArrayIterator" return type to your method to be compatible with the next major version of its parent.',
385
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::oneOtherTypeWithNull()" parent method returns an instance of "\ArrayIterator" or null. You could safely add the ": ?\ArrayIterator" return type to your method to be compatible with the next major version of its parent.',
386
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::nullableReturnableTypeNormalization()" parent method returns an object. You could safely add the ": object" return type to your method to be compatible with the next major version of its parent.',
387
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::nonNullableReturnableTypeNormalization()" parent method returns "void". You could safely add the ": void" return type to your method to be compatible with the next major version of its parent.',
388
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::bracketsNormalization()" parent method returns an array. You could safely add the ": array" return type to your method to be compatible with the next major version of its parent.',
389
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::callableNormalization1()" parent method returns a callable. You could safely add the ": callable" return type to your method to be compatible with the next major version of its parent.',
390
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::callableNormalization2()" parent method returns a callable. You could safely add the ": callable" return type to your method to be compatible with the next major version of its parent.',
391
+
'The "Test\Symfony\Component\Debug\Tests\ReturnType::otherTypeNormalization()" parent method returns an instance of "\ArrayIterator". You could safely add the ": \ArrayIterator" return type to your method to be compatible with the next major version of its parent.',
392
+
] : [], $deprecations);
393
+
}
364
394
}
365
395
366
396
class ClassLoader
@@ -443,6 +473,36 @@ public function ownAbstractBaseMethod() { }
0 commit comments