Skip to content

Commit

Permalink
[VarDumper] Fix missing support for dumping PHP7 return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and fabpot committed Aug 31, 2015
1 parent 7dc224c commit b1bd068
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -109,6 +109,7 @@ public static function castFunctionAbstract(\ReflectionFunctionAbstract $c, arra

self::addMap($a, $c, array(
'returnsReference' => 'returnsReference',
'returnType' => 'getReturnType',
'class' => 'getClosureScopeClass',
'this' => 'getClosureThis',
));
Expand Down

0 comments on commit b1bd068

Please sign in to comment.