Просмотр исходного кода

DX: Cleanup duplicate files in finder (#7042)

John Paul E. Balandan, CPA 1 год назад
Родитель
Сommit
7daa7136e7
1 измененных файлов с 0 добавлено и 4 удалено
  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();