noiselabs / SmartyBundle

Smarty3 template engine bundle for Symfony
http://smartybundle.readthedocs.io/
GNU Lesser General Public License v3.0
51 stars 36 forks source link

can pass null argument in AssetsExtension constructor #71

Closed Pchol closed 6 years ago

Pchol commented 6 years ago

I got error in php 7.1 if my app have not symfony/asset component

Argument 1 passed to NoiseLabs\Bundle\SmartyBundle\Extension\AssetsExtension::__construct() must be an instance of Symfony\Component\Asset\Packages, null given, called in /var/www/pediatr-web/var/cache/dev/ContainerBZEYqDi/getTemplating_Engine_SmartyService.php on line 41

see https://stackoverflow.com/questions/14584145/cannot-pass-null-argument-when-using-type-hinting

vitorbrandao commented 6 years ago

Thank you, @Pchol!