Skip to content

Commit 3c43485

Browse files
ArshidArshid
authored andcommitted
OrdSingleByteRector
1 parent 89eb0b4 commit 3c43485

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/set/php85.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Rector\Php85\Rector\Const_\DeprecatedAnnotationToDeprecatedAttributeRector;
1313
use Rector\Php85\Rector\FuncCall\ArrayKeyExistsNullToEmptyStringRector;
1414
use Rector\Php85\Rector\FuncCall\ChrArgModuloRector;
15+
use Rector\Php85\Rector\FuncCall\OrdSingleByteRector;
1516
use Rector\Php85\Rector\FuncCall\RemoveFinfoBufferContextArgRector;
1617
use Rector\Php85\Rector\Switch_\ColonAfterSwitchCaseRector;
1718
use Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector;
@@ -37,6 +38,7 @@
3738
ColonAfterSwitchCaseRector::class,
3839
ArrayKeyExistsNullToEmptyStringRector::class,
3940
ChrArgModuloRector::class,
41+
OrdSingleByteRector::class,
4042
]
4143
);
4244

0 commit comments

Comments
 (0)