mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 13:57:00 +00:00
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:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user