in(__DIR__ . '/../www') ->exclude($excludeDirs) ; $config = new PhpCsFixer\Config(); return $config->setRules([ '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'], 'braces_position' => ['functions_opening_brace' => 'same_line', 'classes_opening_brace' => 'same_line'] ]) ->setCacheFile(__DIR__ . '/.var/.php_cs') ->setFinder($finder) ;