Skip to content

Commit

Permalink
fix cs fixer dist paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Apr 14, 2023
1 parent 12d1958 commit 1b13863
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

$finder = PhpCsFixer\Finder::create()
->in([
__DIR__ . '/bundles',
__DIR__ . '/config',
__DIR__ . '/lib',
__DIR__ . '/models',
__DIR__ . '/tests'
__DIR__ . '/src',
__DIR__ . '/config'
])

->exclude([
Expand Down

0 comments on commit 1b13863

Please sign in to comment.