Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored and github-actions[bot] committed Apr 25, 2024
1 parent cc6a67f commit b9c598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreateApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class CreateApplication
{
public static Application|null $app = null;
public static ?Application $app = null;

public static function app()
{
Expand Down
1 change: 1 addition & 0 deletions tests/Feature/RuleLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\File;
use Mortexa\LaravelArkitect\RuleLoader;

use function PHPUnit\Framework\assertEqualsCanonicalizing;

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

0 comments on commit b9c598c

Please sign in to comment.