Find the best Rector rule to solve your problem. Searching through 1009 rules.

Found 1 rule. That's the one:

GetCurrencyBundleMethodCallsToIntlRector

Intl static bundle method were changed to direct static calls

-$currencyBundle = \Symfony\Component\Intl\Intl::getCurrencyBundle();
-
-$currencyNames = $currencyBundle->getCurrencyNames();
+$currencyNames = \Symfony\Component\Intl\Currencies::getNames();
SETS:  symfony/intl
PACKAGE:  symfony/intl >=4.3