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.
2 parents 206d6c5 + a03bb4d commit 60e45b5Copy full SHA for 60e45b5
tests/Unit/Commands/BuilderMakeCommandTest.php
@@ -37,7 +37,7 @@
37
$this->assertFilenameNotExists('app/Models/Builders/FooBuilder.php');
38
});
39
40
-it('can generate builder file with model option', function () : void {
+it('can generate builder file with model option', function (): void {
41
$this->artisan('make:builder', ['name' => 'FooBuilder', '--model' => 'Foo'])
42
->assertExitCode(0);
43
0 commit comments