Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanluca committed Mar 17, 2022
1 parent cca76b2 commit 30fcd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@
])
->name('*.php')
->notName('*.blade.php')
// Remove when dropping support for PHP 8.0
->notName('MethodsTest.php')
->ignoreDotFiles(true)
->ignoreVCS(true);

Expand Down

0 comments on commit 30fcd96

Please sign in to comment.