Skip to content

Commit

Permalink
Update .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
k0d3r1s authored Dec 1, 2022
1 parent 47e42ef commit d57caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use PhpCsFixer\Finder;

$finder = Finder::create()
->in(dirs: [__DIR__, ])
->in(dirs: [getcwd(), ])
->exclude(dirs: ['vendor', 'var', '.github', ]);

return (new Config())
Expand Down

0 comments on commit d57caed

Please sign in to comment.