diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index ac4fb26e283c..a26fa27f7946 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -11,9 +11,10 @@ ])->notPath([ 'Unit/Resources/config/params.php', 'Unit/Resources/config/params_modified.php', - __DIR__.'/tests/Resources/modules_tests', + 'tests/Resources/modules_tests', ]); + return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([