Chris@0: in(__DIR__) Chris@0: ->name('.php_cs') Chris@0: ->name('build-manual') Chris@0: ->name('build-phar') Chris@0: ->exclude('build-vendor'); Chris@0: Chris@0: $header = <<setRules(array( Chris@0: '@Symfony' => true, Chris@0: 'array_syntax' => array('syntax' => 'short'), Chris@0: 'binary_operator_spaces' => false, Chris@0: 'concat_space' => array('spacing' => 'one'), Chris@0: 'header_comment' => array('header' => $header), Chris@0: 'increment_style' => array('style' => 'post'), Chris@0: 'method_argument_space' => array('keep_multiple_spaces_after_comma' => true), Chris@0: 'ordered_imports' => true, Chris@0: 'pre_increment' => false, Chris@0: 'yoda_style' => false, Chris@0: )) Chris@0: ->setFinder($finder);