Skip to content

Commit 7203efa

Browse files
committed
Apply fixes from StyleCI
1 parent 6611afc commit 7203efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/StubsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class StubsTest extends TestCase
99
public function test_stubs_correctly_registered(): void
1010
{
1111
app(Dispatcher::class)->dispatch($event = new \Illuminate\Foundation\Events\PublishingStubs([]));
12-
12+
1313
$this->assertEquals(
1414
[
1515
realpath(__DIR__.'/../../src/Console/stubs/control.stub') => 'controller.stub',

0 commit comments

Comments
 (0)