diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index bb8216ca838..5da6a161c4c 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = 'b6f53b95e8a0ced2dd8197f9c46640ee9010a63b'; + public const PACKAGE_VERSION = '9e39db80cf2a763ae6006b3747feb69d82ade52d'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-12-07 00:02:51'; + public const RELEASE_DATE = '2023-12-07 11:35:49'; /** * @var int */ diff --git a/src/NodeManipulator/ClassMethodManipulator.php b/src/NodeManipulator/ClassMethodManipulator.php index dd8a0d71a6d..91356e82c07 100644 --- a/src/NodeManipulator/ClassMethodManipulator.php +++ b/src/NodeManipulator/ClassMethodManipulator.php @@ -53,6 +53,9 @@ final class ClassMethodManipulator if ($parentClassReflection->hasMethod($methodName)) { return \true; } + if ($parentClassReflection->hasMethod(MethodName::CALL)) { + return \true; + } } foreach ($classReflection->getInterfaces() as $interfaceReflection) { if ($interfaceReflection->hasMethod($methodName)) {