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.
1 parent 5e3df49 commit 4c23f4eCopy full SHA for 4c23f4e
.php-cs-fixer.dist.php
@@ -14,6 +14,7 @@
14
;
15
16
return (new PhpCsFixer\Config())
17
+ ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
18
->setRiskyAllowed(true)
19
->setRules([
20
'@PHP80Migration:risky' => true,
@@ -37,5 +38,5 @@
37
38
'declare_strict_types' => true,
39
])
40
->setFinder($finder)
- ->setCacheFile(__DIR__.'/var/.php-cs-fixer.cache') // forward compatibility with 3.x line
41
+ ->setCacheFile(__DIR__.'/var/.php-cs-fixer.cache')
42
0 commit comments