Fix typo in phpdoc

This commit is contained in:
Robin Chalas
2016-12-25 11:15:02 +01:00
committed by GitHub
parent ae05130032
commit 6a720ab263
+1 -1
View File
@@ -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())
{ {