services(); $services->set(\Rector\Php52\Rector\Property\VarToPublicPropertyRector::class); $services->set(\Rector\Php52\Rector\Switch_\ContinueToBreakInSwitchRector::class); $services->set(\Rector\Removing\Rector\FuncCall\RemoveFuncCallArgRector::class)->configure([ // see https://www.php.net/manual/en/function.ldap-first-attribute.php new \Rector\Removing\ValueObject\RemoveFuncCallArg('ldap_first_attribute', 2), ]); };