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