diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index f20dd938e36..f677d9e158a 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 = '522668e4edce544bcb17ba3d71182629df19fd95'; + public const PACKAGE_VERSION = '381ecb376283095a82809fd319eae0cfd237165a'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-02-20 22:59:11'; + public const RELEASE_DATE = '2024-02-20 16:21:56'; /** * @var int */ diff --git a/src/VendorLocker/NodeVendorLocker/ClassMethodReturnTypeOverrideGuard.php b/src/VendorLocker/NodeVendorLocker/ClassMethodReturnTypeOverrideGuard.php index 8490e08086e..6dd02d806e3 100644 --- a/src/VendorLocker/NodeVendorLocker/ClassMethodReturnTypeOverrideGuard.php +++ b/src/VendorLocker/NodeVendorLocker/ClassMethodReturnTypeOverrideGuard.php @@ -48,7 +48,7 @@ final class ClassMethodReturnTypeOverrideGuard if ($this->magicClassMethodAnalyzer->isUnsafeOverridden($classMethod)) { return \true; } - // early allow add return type on private method + // except magic check on above, early allow add return type on private method if ($classMethod->isPrivate()) { return \false; }