diff --git a/tests/php/.php-cs.dist b/tests/php/.php-cs.dist new file mode 100644 index 0000000..800f9c7 --- /dev/null +++ b/tests/php/.php-cs.dist @@ -0,0 +1,12 @@ +setUsingCache(true) + ->setCacheFile(__DIR__.'/.php-cs-fixer.cache') + ->getFinder() + ->in(__DIR__.'/../../') + ->exclude(['vendor','translations']); + +return $config;