We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca38ad + 4b057e4 commit 2b0099cCopy full SHA for 2b0099c
api/.php-cs-fixer.php
@@ -18,5 +18,6 @@
18
'php_unit_test_class_requires_covers' => false,
19
'no_superfluous_phpdoc_tags' => true,
20
])
21
+ ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
22
->setFinder($finder)
23
;
0 commit comments