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 cd475eb commit 631c7daCopy full SHA for 631c7da
1 file changed
config/set/php85.php
@@ -9,6 +9,7 @@
9
use Rector\Config\RectorConfig;
10
use Rector\Php85\Rector\ArrayDimFetch\ArrayFirstLastRector;
11
use Rector\Php85\Rector\ClassMethod\NullDebugInfoReturnRector;
12
+use Rector\Php85\Rector\ClassMethod\SleepToSerializeRector;
13
use Rector\Php85\Rector\Const_\DeprecatedAnnotationToDeprecatedAttributeRector;
14
use Rector\Php85\Rector\FuncCall\ArrayKeyExistsNullToEmptyStringRector;
15
use Rector\Php85\Rector\FuncCall\ChrArgModuloRector;
@@ -37,6 +38,7 @@
37
38
ColonAfterSwitchCaseRector::class,
39
ArrayKeyExistsNullToEmptyStringRector::class,
40
ChrArgModuloRector::class,
41
+ SleepToSerializeRector::class,
42
]
43
);
44
0 commit comments