Skip to content

Commit 995a01b

Browse files
Code-style trigger
1 parent c608601 commit 995a01b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/Console/Commands/FeedMakeCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ protected function makeFeedInfo(string $name, bool $force): void
5454
protected function getStub(): string
5555
{
5656
return __DIR__ . '/../../../stubs/feed.stub';
57-
5857
}
5958

6059
protected function getDefaultNamespace($rootNamespace): string

tests/Pest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
use Illuminate\Foundation\Testing\RefreshDatabase;
66
use Tests\TestCase;
77

8+
9+
10+
11+
12+
13+
14+
15+
16+
817
pest()
918
->printer()
1019
->compact();

0 commit comments

Comments
 (0)