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 9a924d5 commit 3302a8cCopy full SHA for 3302a8c
src/Unwanted.php
@@ -14,6 +14,7 @@
14
use PhpCsFixerCustomFixers\Fixer\PhpdocVarAnnotationToAssertFixer;
15
use PhpCsFixerCustomFixers\Fixer\PromotedConstructorPropertyFixer;
16
use PhpCsFixerCustomFixers\Fixer\ReadonlyPromotedPropertiesFixer;
17
+use PhpCsFixerCustomFixers\Fixer\TypedClassConstantFixer;
18
19
final class Unwanted
20
{
@@ -55,6 +56,7 @@ public static function isUnwanted(string $name): bool
55
56
PhpdocVarAnnotationToAssertFixer::name(),
57
PromotedConstructorPropertyFixer::name(),
58
ReadonlyPromotedPropertiesFixer::name(),
59
+ TypedClassConstantFixer::name(),
60
],
61
true,
62
);
0 commit comments