1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Remove slash

This commit is contained in:
Matthew Brown 2022-03-07 16:09:03 -05:00
parent 4311386122
commit f0b214265c

View File

@ -68,7 +68,7 @@ final class CliUtils
if ($in_phar) {
// require this before anything else
$stringable_path = __DIR__ . '/../../../vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
if (\file_exists($stringable_path)) {
if (file_exists($stringable_path)) {
require_once $stringable_path;
}
require_once __DIR__ . '/../../../vendor/autoload.php';