fixers(array('-concat_without_spaces', 'concat_with_spaces', 'strict', 'strict_param')) ->setUsingCache(true) ->setUsingLinter(false); $config->getFinder() ->in(__DIR__) ->exclude('bin'); return $config;