mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
Fix typo in phpdoc
This commit is contained in:
@@ -19,7 +19,7 @@ class Twig_FactoryRuntimeLoader implements Twig_RuntimeLoaderInterface
|
|||||||
private $map;
|
private $map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $map An array where keys are class names and keys factory callables
|
* @param array $map An array where keys are class names and values factory callables
|
||||||
*/
|
*/
|
||||||
public function __construct($map = array())
|
public function __construct($map = array())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user