Update Twig to v2.15.4

This commit is contained in:
slawkens
2023-02-02 10:37:45 +01:00
parent e552bcfe82
commit 130f7ba405
309 changed files with 3802 additions and 4005 deletions

View File

@@ -23,7 +23,7 @@ class FactoryRuntimeLoader implements RuntimeLoaderInterface
/**
* @param array $map An array where keys are class names and values factory callables
*/
public function __construct($map = [])
public function __construct(array $map = [])
{
$this->map = $map;
}