mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-04 16:46:50 +01:00
Update Twig to v2.15.4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user