level(Symfony\CS\FixerInterface::SYMFONY_LEVEL) ->fixers(array('align_double_arrow', '-concat_without_spaces', 'concat_with_spaces', 'ordered_use', 'strict')) ->setUsingLinter(false); $finder = $config->getFinder() ->in('src') ->in('test'); return $config;