Skip to content

Commit

Permalink
refactor: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Sep 8, 2024
1 parent b1e5c49 commit cbbb09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$finder = Symfony\Component\Finder\Finder::create()
->in([
__DIR__ . '/src',
__DIR__ . '/tests',
//__DIR__ . '/tests',
])
->name('*.php')
->notName('*.blade.php')
Expand Down

0 comments on commit cbbb09c

Please sign in to comment.