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 89eb0b4 commit 3c43485Copy full SHA for 3c43485
1 file changed
config/set/php85.php
@@ -12,6 +12,7 @@
12
use Rector\Php85\Rector\Const_\DeprecatedAnnotationToDeprecatedAttributeRector;
13
use Rector\Php85\Rector\FuncCall\ArrayKeyExistsNullToEmptyStringRector;
14
use Rector\Php85\Rector\FuncCall\ChrArgModuloRector;
15
+use Rector\Php85\Rector\FuncCall\OrdSingleByteRector;
16
use Rector\Php85\Rector\FuncCall\RemoveFinfoBufferContextArgRector;
17
use Rector\Php85\Rector\Switch_\ColonAfterSwitchCaseRector;
18
use Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector;
@@ -37,6 +38,7 @@
37
38
ColonAfterSwitchCaseRector::class,
39
ArrayKeyExistsNullToEmptyStringRector::class,
40
ChrArgModuloRector::class,
41
+ OrdSingleByteRector::class,
42
]
43
);
44
0 commit comments