schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Improve readability i18nrouter constructor #219

Open mark-gerarts opened 6 years ago

mark-gerarts commented 6 years ago

Instead of calling the parent constructor via call_user_func, we can use ... to unpack the arguments, which looks a bit cleaner.