@@ -3,4 +3,4 @@ |
||
| 3 | 3 | declare(strict_types=1); |
| 4 | 4 | |
| 5 | 5 | /* This file is required for phpstan */ |
| 6 | -return include getcwd()."/vendor/orchestra/testbench-core/laravel/bootstrap/app.php"; |
|
| 6 | +return include getcwd() . "/vendor/orchestra/testbench-core/laravel/bootstrap/app.php"; |
|