Skip to content

Commit b3d79e1

Browse files
committed
Remove NativeConstantInvocationFixer
This one is buggy: it adds backslashes in the root namespace, and fails ecs even when already applied; plus it's redundant with other fixers that will add `use const`.
1 parent 006b627 commit b3d79e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ecs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
LowercaseCastFixer::class,
106106
MethodChainingIndentationFixer::class,
107107
NativeFunctionCasingFixer::class,
108-
NativeConstantInvocationFixer::class,
109108
NewWithBracesFixer::class,
110109
ModernizeTypesCastingFixer::class,
111110
NoEmptyStatementFixer::class,

0 commit comments

Comments
 (0)