Browse Source

DX: Cleanup duplicate files in finder (#7042)

John Paul E. Balandan, CPA 1 year ago
parent
commit
7daa7136e7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .php-cs-fixer.dist.php

+ 0 - 4
.php-cs-fixer.dist.php

@@ -27,10 +27,6 @@ $finder = PhpCsFixer\Finder::create()
     ->ignoreVCSIgnored(true)
     ->exclude(['dev-tools/phpstan', 'tests/Fixtures'])
     ->in(__DIR__)
-    ->append([
-        __DIR__.'/dev-tools/doc.php',
-        // __DIR__.'/php-cs-fixer', disabled, as we want to be able to run bootstrap file even on lower PHP version, to show nice message
-    ])
 ;
 
 $config = new PhpCsFixer\Config();