diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php index 829a75c41365a..fd67fddb5fe2d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php @@ -101,7 +101,7 @@ protected function execute(InputInterface $Input, OutputInterface $Output): int return 0; } - private static function formatPath(string $path, string $baseDir): string + private static function formatPath(string $Path, string $BaseDir): string { return preg_replace('~^'.preg_quote($baseDir, '~').'~', '.', $path); }