This commit is contained in:
Barry vd. Heuvel
2026-02-07 14:27:39 +01:00
parent fe65d97001
commit 5af7ebdec7
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require __DIR__ . '/vendor/autoload.php';
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->exclude('tests');
->exclude(['tests', 'build']);
$config = require __DIR__ . '/.php-cs-fixer.common.php';