Skip to content

Commit

Permalink
Add contao/ to cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Aug 6, 2023
1 parent cb788b6 commit 143f88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$finder = PhpCsFixer\Finder::create()
->exclude('Resources')
->exclude('Fixtures')
->in([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])
->in([__DIR__ . '/config', __DIR__ . '/contao', __DIR__ . '/src', __DIR__ . '/tests'])
;

$config = new PhpCsFixer\Config();
Expand Down

0 comments on commit 143f88a

Please sign in to comment.