Skip to content
Snippets Groups Projects
Commit e85f22ac authored by catch's avatar catch
Browse files

Issue #3181367 by longwave, Kristen Pol: TwigEnvironment $loader argument cannot be NULL

parent a6258c8b
Branches
Tags
Loading
......@@ -66,7 +66,7 @@ class TwigEnvironment extends Environment {
* @param array $options
* The options for the Twig environment.
*/
public function __construct($root, CacheBackendInterface $cache, $twig_extension_hash, StateInterface $state, LoaderInterface $loader = NULL, array $options = []) {
public function __construct($root, CacheBackendInterface $cache, $twig_extension_hash, StateInterface $state, LoaderInterface $loader, array $options = []) {
$this->state = $state;
$this->templateClasses = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment