rectorphp / rector-symfony

Rector upgrade rules for Symfony
http://getrector.com
MIT License
180 stars 86 forks source link

Allow null values for domain and locale in Translator #593

Closed julienfastre closed 5 months ago

julienfastre commented 5 months ago

The 'trans' method in the Translator class has been updated to allow null values for 'domain' and 'locale' parameters.

Closes #592

TomasVotruba commented 5 months ago

Thank you :+1: