Skip to content

Commit a03bb4d

Browse files
MrPunyapalgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6c22213 commit a03bb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Commands/BuilderMakeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$this->assertFilenameNotExists('app/Models/Builders/FooBuilder.php');
3838
});
3939

40-
it('can generate builder file with model option', function () : void {
40+
it('can generate builder file with model option', function (): void {
4141
$this->artisan('make:builder', ['name' => 'FooBuilder', '--model' => 'Foo'])
4242
->assertExitCode(0);
4343

0 commit comments

Comments
 (0)