setUsingCache(true) ->level(Symfony\CS\FixerInterface::SYMFONY_LEVEL) // use default SYMFONY_LEVEL and extra fixers: ->fixers(array( 'concat_with_spaces', 'ordered_use', 'phpdoc_order', 'strict', 'strict_param', 'long_array_syntax', )) ->finder( Symfony\CS\Finder\DefaultFinder::create() ->in(__DIR__) ->exclude(array('vendor')) ) ;