@@ -2,7 +2,16 @@
$finder = (new PhpCsFixer\Finder())
->in(__DIR__)
- ->exclude('var')
+ ->exclude([
+ 'bin',
+ 'old',
+ 'public',
+ 'var',
+ 'vendor',
+ ])
+ ->notPath([
+ 'rector.php',
;
return (new PhpCsFixer\Config())