Skip to content

Commit

Permalink
updated php cs fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed May 27, 2022
1 parent c61dd8a commit d433f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EOF;
$finder = PhpCsFixer\Finder::create()
->exclude('Resources')
->exclude('Fixtures')
->in([__DIR__.'/src', __DIR__.'/tests'])
->in([__DIR__.'/src'])
->exclude('vendor')
->in([__DIR__])
;
Expand Down

0 comments on commit d433f99

Please sign in to comment.