fix phpstan issues.

This commit is contained in:
James Cole
2023-11-28 17:18:31 +01:00
parent 7cb919e9c2
commit b0a39c00ba
25 changed files with 184 additions and 180 deletions

View File

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