Skip to content

Commit b9c598c

Browse files
smortexagithub-actions[bot]
authored andcommitted
Fix code style
1 parent cc6a67f commit b9c598c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/CreateApplication.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class CreateApplication
1111
{
12-
public static Application|null $app = null;
12+
public static ?Application $app = null;
1313

1414
public static function app()
1515
{

tests/Feature/RuleLoaderTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Support\Facades\Artisan;
66
use Illuminate\Support\Facades\File;
77
use Mortexa\LaravelArkitect\RuleLoader;
8+
89
use function PHPUnit\Framework\assertEqualsCanonicalizing;
910

1011
it('loads user\'s rules', function (): void {

0 commit comments

Comments
 (0)