diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 7c1acefee3b..fe088408a86 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 = '6d408f520f1766ba4450d057e6e10c0ffbfa9275'; + public const PACKAGE_VERSION = 'fbc391aa82a629f07f432860b146e617156a48e3'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-02-10 13:40:21'; + public const RELEASE_DATE = '2024-02-10 13:46:36'; /** * @var int */ diff --git a/src/Configuration/VendorMissAnalyseGuard.php b/src/Configuration/VendorMissAnalyseGuard.php index 866f4d8f2d3..ff3d4ef04bf 100644 --- a/src/Configuration/VendorMissAnalyseGuard.php +++ b/src/Configuration/VendorMissAnalyseGuard.php @@ -32,7 +32,7 @@ final class VendorMissAnalyseGuard */ private function containsVendorPath(array $filePaths) : bool { - $cwdLength = \strlen(PathNormalizer::normalize(\getcwd())); + $cwdLength = \strlen(\getcwd()); foreach ($filePaths as $filePath) { $normalizedPath = PathNormalizer::normalize(\realpath($filePath)); if (\strncmp(\substr($normalizedPath, $cwdLength), '/vendor/', \strlen('/vendor/')) === 0) {