The `Symfony\Bundle\TwigBundle\Loader\FilesystemLoader` is overriding `\Twig_Loader_Filesystem`'s constructor without passing the `$rootPath`. Since Twig 1.28 it causes a cache warmup issue. See https://github.com/twigphp/Twig/issues/2281.