getFinder() ->ignoreDotFiles(false) ->name(['.php_cs.dist']); $rules = $config->getRules(); $rules['header_comment']['header'] = trim(file_get_contents(__DIR__ . '/resource/header.txt')); return $config->setRules($rules);