Skip to content

Commit 4b3f117

Browse files
Add support for Laravel 8
1 parent 7ca5eb8 commit 4b3f117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ $finder = Symfony\Component\Finder\Finder::create()
77
->notPath('resources/view/mail/*')
88
->in([
99
__DIR__ . '/src',
10-
__DIR__ . '/tests',
1110
])
1211
->name('*.php')
1312
->notName('*.blade.php')

0 commit comments

Comments
 (0)