setRules([ '@PHP71Migration' => true, 'header_comment' => ['header' => $PREDIS_HEADER], '@Symfony' => true, 'phpdoc_separation' => false, 'phpdoc_annotation_without_dot' => false, 'no_superfluous_phpdoc_tags' => false, 'no_unneeded_curly_braces' => false, 'global_namespace_import' => true, 'yoda_style' => false, 'single_line_throw' => false, 'concat_space' => ['spacing' => 'one'], 'increment_style' => false, ]) ->setFinder( PhpCsFixer\Finder::create() ->in(__DIR__ . '/bin') ->in(__DIR__ . '/examples') ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') );