minor #4228 Use CPP in full code base (andreybolonin)

This PR was squashed before being merged into the 3.x branch.

Discussion
----------

Use CPP in full code base

Commits
-------

28923f42 Use CPP in full code base
This commit is contained in:
Fabien Potencier
2024-08-29 19:29:42 +02:00
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);