Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Feb 22, 2022
1 parent f6c96d3 commit 11042d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
->name('*.php')
->notName('actual.php')
->notName('newtable.php')
->notName('newtable_expected.php')
->ignoreDotFiles(true)
->ignoreVCS(true)
);

0 comments on commit 11042d7

Please sign in to comment.