[VarDumper] Fix missing support for dumping PHP7 return type

This commit is contained in:
Nicolas Grekas 2015-08-29 16:31:59 +02:00 committed by Fabien Potencier
parent 7dc224cdf6
commit b1bd06800a

View File

@ -109,6 +109,7 @@ class ReflectionCaster
self::addMap($a, $c, array(
'returnsReference' => 'returnsReference',
'returnType' => 'getReturnType',
'class' => 'getClosureScopeClass',
'this' => 'getClosureThis',
));