Fix final phpstan issue.

This commit is contained in:
James Cole
2025-09-07 07:51:35 +02:00
parent c3a3bdf525
commit 75dfdcc220

View File

@@ -72,7 +72,7 @@ if (!function_exists('stringIsEqual')) {
} }
$app = new Application( $app = new Application(
(string)realpath(__DIR__ . '/../') realpath(__DIR__ . '/../')
); );
/* /*