Find the best Rector rule to solve your problem. Searching through 730 rules.
Found 1 rule. That's the one:
Turn method names to new ones
$someObject = new SomeExampleClass; -$someObject->oldMethod(); +$someObject->newMethod();