Use CPP in full code base

This commit is contained in:
andreybolonin1989@gmail.com
2024-08-24 11:31:27 +03:00
committed by Fabien Potencier
parent 75d888f2e0
commit 28923f4269
23 changed files with 74 additions and 119 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class Environment
* false (default): allows templates to use a mix of "yield" and "echo" calls to allow for a progressive migration
* Switch to "true" when possible as this will be the only supported mode in Twig 4.0
*/
public function __construct(LoaderInterface $loader, $options = [])
public function __construct(LoaderInterface $loader, array $options = [])
{
$this->setLoader($loader);