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 36fc0ff commit dc91106Copy full SHA for dc91106
ecs.php
@@ -14,6 +14,8 @@
14
$parameters = $containerConfigurator->parameters();
15
16
$parameters->set('skip', [
17
+ 'fixtures*/*',
18
+
19
// constant NULL, FALSE
20
PhpCsFixer\Fixer\Casing\LowercaseConstantsFixer::class => [
21
'src/PhpGenerator/Type.php',
0 commit comments