mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
fix phpstan issues.
This commit is contained in:
@@ -66,7 +66,7 @@ if (!function_exists('stringIsEqual')) {
|
||||
}
|
||||
|
||||
$app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__ . '/../')
|
||||
(string)realpath(__DIR__ . '/../')
|
||||
);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user