Update .php-cs-fixer.dist.php : add Tests and tools directories

This commit is contained in:
2023-04-13 22:47:47 +02:00
parent 3490efe88b
commit 84e2b419c8

View File

@@ -2,6 +2,8 @@
$finder = PhpCsFixer\Finder::create() $finder = PhpCsFixer\Finder::create()
->in(__DIR__. "/src") ->in(__DIR__. "/src")
->in(__DIR__. "/tools")
->in(__DIR__. "/Tests")
; ;
$config = new PhpCsFixer\Config(); $config = new PhpCsFixer\Config();