multisite-bundle icon indicating copy to clipboard operation
multisite-bundle copied to clipboard

Wrong findTemplates declaration in Alex\MultisiteBundle\Twig\MultisiteLoader

Open idetox opened this issue 7 years ago • 0 comments

Hello everyone,

When using twig version 2.x, the following error is raised.

Warning: Declaration of Alex\MultisiteBundle\Twig\MultisiteLoader::findTemplate($name) should be compatible with Twig_Loader_Filesystem::findTemplate($name, $throw = true)

You just need to update the function and set it to Alex\MultisiteBundle\Twig\MultisiteLoader::findTemplate($name, $throw = true)

Regards,

idetox avatar Oct 19 '17 12:10 idetox