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

Use direct path

This commit is contained in:
Matthew Brown 2022-03-07 15:33:16 -05:00
parent 2034fc3f8b
commit 34d6ef3b90

View File

@ -67,7 +67,7 @@ final class CliUtils
if ($in_phar) {
// require this before anything else
require_once __DIR__ . '/../../../polyfill-php80/Resources/stubs/Stringable.php';
require_once __DIR__ . '/../../../polyfill-php80/Stringable.php';
require_once __DIR__ . '/../../../vendor/autoload.php';
// hack required for JsonMapper