mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix path once more
This commit is contained in:
parent
03cd1c79e6
commit
3dfe31b334
@ -67,7 +67,7 @@ final class CliUtils
|
||||
|
||||
if ($in_phar) {
|
||||
// require this before anything else
|
||||
require_once __DIR__ . '/../../../vendor/polyfill-php80/Resources/stubs/Stringable.php';
|
||||
require_once __DIR__ . '/../../../vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
|
||||
require_once __DIR__ . '/../../../vendor/autoload.php';
|
||||
|
||||
// hack required for JsonMapper
|
||||
|
Loading…
Reference in New Issue
Block a user