From 75dfdcc220f5be9178e73c54c06922ee96aa58c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 7 Sep 2025 07:51:35 +0200 Subject: [PATCH] Fix final phpstan issue. --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 2766bcdb56..f384f4ba78 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -72,7 +72,7 @@ if (!function_exists('stringIsEqual')) { } $app = new Application( - (string)realpath(__DIR__ . '/../') + realpath(__DIR__ . '/../') ); /*