minor #2319 Fix typo in phpdoc (chalasr)

This PR was merged into the 1.x branch.

Discussion
----------

Fix typo in phpdoc

Commits
-------

6a720ab Fix typo in phpdoc
This commit is contained in:
Fabien Potencier
2016-12-26 08:10:59 +01:00
+1 -1
View File
@@ -19,7 +19,7 @@ class Twig_FactoryRuntimeLoader implements Twig_RuntimeLoaderInterface
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())
{