in(__DIR__); $header = << @link https://www.oxidmodule.com EOF; $config = new PhpCsFixer\Config(); return $config->setRules( [ '@PHP80Migration' => true, '@PSR12' => true, 'header_comment' => [ 'comment_type' => 'PHPDoc', 'header' => $header, 'location' => 'after_open', 'separate' => 'both', ], 'php_unit_test_class_requires_covers' => true, 'doctrine_annotation_indentation' => true, ] ) ->setFinder($finder);