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 a3e956c commit b4c9dfaCopy full SHA for b4c9dfa
1 file changed
ecs.php
@@ -2,10 +2,10 @@
2
3
declare(strict_types=1);
4
5
+use PhpCsFixer\Fixer\Casing\LowercaseKeywordsFixer;
6
use PhpCsFixer\Fixer\Phpdoc\GeneralPhpdocAnnotationRemoveFixer;
7
use PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer;
8
use Symplify\EasyCodingStandard\Config\ECSConfig;
-use PhpCsFixer\Fixer\Casing\LowercaseKeywordsFixer;
9
10
return ECSConfig::configure()
11
->withPreparedSets(symplify: true, common: true, psr12: true)
@@ -36,8 +36,6 @@
36
__DIR__ . '/src/Util/ArrayParametersMerger.php',
37
],
38
39
- LowercaseKeywordsFixer::class => [
40
- __DIR__ . '/src/ValueObject/Visibility.php',
41
- ],
+ LowercaseKeywordsFixer::class => [__DIR__ . '/src/ValueObject/Visibility.php'],
42
])
43
->withRootFiles();
0 commit comments