suncat2000 / MobileDetectBundle

Symfony 2/3/4 bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
397 stars 153 forks source link

Remove typehint to allow MobileDetector override #108

Open gonzalovilaseca opened 7 years ago

gonzalovilaseca commented 7 years ago

With the hardcoded typehint it not possible to override the default MobileDetector class. A nicer way would be to define an interface, but that can come later.

Also added twig 2.0 dependency as it works with it.