Find the best Rector rule to solve your problem. Searching through 661 rules.
Found 1 rule. That's the one:
Turns redirect to route to short helper method in Controller in Symfony
-$this->redirect($this->generateUrl("homepage"));
+$this->redirectToRoute("homepage");