Skip to content

Commit 60e45b5

Browse files
committed
2 parents 206d6c5 + a03bb4d commit 60e45b5

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)