diff --git a/.php_cs.dist b/.php_cs.dist index 2a5d3e14a00..58f087ee32e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -195,7 +195,6 @@ return PhpCsFixer\Config::create() ->setFinder( PhpCsFixer\Finder::create() ->files() - ->in(__DIR__ . '/build') ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') ->notName('*.phpt')