Browse Source

Increase PHP CS speed

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v22.0.0beta1
Joas Schilling 3 years ago
parent
commit
c83d9cafb4
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .php_cs.dist

+ 3
- 0
.php_cs.dist View File

@@ -12,6 +12,9 @@ $config
->exclude('config')
->exclude('data')
->notPath('3rdparty')
->notPath('build/integration/vendor')
->notPath('build/lib')
->notPath('build/node_modules')
->notPath('build/stubs')
->notPath('composer')
->notPath('node_modules')

Loading…
Cancel
Save