in(__DIR__) ; return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, 'phpdoc_annotation_without_dot' => false, )) ->setFinder($finder) ;