diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 79c9265..f5e675b 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -12,6 +12,7 @@ $finder = (new PhpCsFixer\Finder()) ->in(__DIR__.'/src') ->in(__DIR__.'/tests') + ->notPath('Resources/config/') ; return (new PhpCsFixer\Config())