Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 3, 2025
1 parent 1f908f8 commit 98861d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
->name('*.php')
->notName('*.blade.php')
->exclude([
'Infrastructure/Fakes/Laravel/bootstrap',
'Infrastructure/Fakes/Laravel/storage',
'Support/Doubles/Fakes/Laravel/bootstrap',
'Support/Doubles/Fakes/Laravel/storage',
]);

return (new PhpCsFixer\Config())
Expand Down

0 comments on commit 98861d0

Please sign in to comment.