Fixed typo in phpdoc

This commit is contained in:
Markus Staab 2013-12-01 20:41:11 +01:00 committed by Fabien Potencier
parent 62d9cc8031
commit fe735ed4be

View File

@ -188,7 +188,7 @@ class PhpDumper extends Dumper
*/
private function addProxyClasses()
{
/* @var $proxyDefinitions Definition[] */
/* @var $definitions Definition[] */
$definitions = array_filter(
$this->container->getDefinitions(),
array($this->getProxyDumper(), 'isProxyCandidate')