From 3dfe31b33409e814cf58f21ce1552968f1a7ce10 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 7 Mar 2022 15:37:22 -0500 Subject: [PATCH] Fix path once more --- src/Psalm/Internal/CliUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Internal/CliUtils.php b/src/Psalm/Internal/CliUtils.php index b359517fd..d2f1c08ce 100644 --- a/src/Psalm/Internal/CliUtils.php +++ b/src/Psalm/Internal/CliUtils.php @@ -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