Skip to content

Commit

Permalink
chore(ci): update php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog committed May 30, 2021
1 parent e0f24a6 commit 85f00ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
->notPath('storage/*')
->notPath('node_modules/*')
->in([
__DIR__ . '/config',
__DIR__ . '/src',
__DIR__.'/src',
])
->name('*.php')
->notName('*.blade.php')
->ignoreDotFiles(true)
->ignoreVCS(true);

$config = new PhpCsFixer\Config();

return $config
->setRules([
'@PSR2' => true,
Expand Down

0 comments on commit 85f00ef

Please sign in to comment.