import(__DIR__ . '/mysql-to-mysqli.php'); $services = $containerConfigurator->services(); $services->set(\Rector\Php70\Rector\ClassMethod\Php4ConstructorRector::class); $services->set(\Rector\Php70\Rector\Ternary\TernaryToNullCoalescingRector::class); $services->set(\Rector\Php70\Rector\FuncCall\RandomFunctionRector::class); $services->set(\Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector::class); $services->set(\Rector\Php70\Rector\FuncCall\MultiDirnameRector::class); $services->set(\Rector\Php70\Rector\Assign\ListSplitStringRector::class); $services->set(\Rector\Php70\Rector\List_\EmptyListRector::class); # be careful, run this just once, since it can keep swapping order back and forth $services->set(\Rector\Php70\Rector\Assign\ListSwapArrayOrderRector::class); $services->set(\Rector\Php70\Rector\FuncCall\CallUserMethodRector::class); $services->set(\Rector\Php70\Rector\FuncCall\EregToPregMatchRector::class); $services->set(\Rector\Php70\Rector\Switch_\ReduceMultipleDefaultSwitchRector::class); $services->set(\Rector\Php70\Rector\Ternary\TernaryToSpaceshipRector::class); $services->set(\Rector\Php70\Rector\Variable\WrapVariableVariableNameInCurlyBracesRector::class); $services->set(\Rector\Php70\Rector\If_\IfToSpaceshipRector::class); $services->set(\Rector\Php70\Rector\StaticCall\StaticCallOnNonStaticToInstanceCallRector::class); $services->set(\Rector\Php70\Rector\MethodCall\ThisCallOnStaticMethodToStaticCallRector::class); $services->set(\Rector\Php70\Rector\Break_\BreakNotInLoopOrSwitchToReturnRector::class); $services->set(\Rector\Php70\Rector\FuncCall\RenameMktimeWithoutArgsToTimeRector::class); $services->set(\Rector\Php70\Rector\FuncCall\NonVariableToVariableOnFunctionCallRector::class); };