mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Remove slash
This commit is contained in:
parent
4311386122
commit
f0b214265c
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user