We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6a67f commit b9c598cCopy full SHA for b9c598c
src/CreateApplication.php
@@ -9,7 +9,7 @@
9
10
class CreateApplication
11
{
12
- public static Application|null $app = null;
+ public static ?Application $app = null;
13
14
public static function app()
15
tests/Feature/RuleLoaderTest.php
@@ -5,6 +5,7 @@
5
use Illuminate\Support\Facades\Artisan;
6
use Illuminate\Support\Facades\File;
7
use Mortexa\LaravelArkitect\RuleLoader;
8
+
use function PHPUnit\Framework\assertEqualsCanonicalizing;
it('loads user\'s rules', function (): void {
0 commit comments