services(); $services->set(DowngradeFlexibleHeredocSyntaxRector::class); $services->set(DowngradeListReferenceAssignmentRector::class); $services->set(ChangePhpVersionInPlatformCheckRector::class) ->call('configure', [[ ChangePhpVersionInPlatformCheckRector::TARGET_PHP_VERSION => 70300, ]]); $services->set(DowngradeTrailingCommasInFunctionCallsRector::class); $services->set(SetCookieOptionsArrayToArgumentsRector::class); };