Skip to content

Commit 9b3daaf

Browse files
[VarDumper] fix typo
1 parent af2407f commit 9b3daaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Caster/ReflectionCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public static function getSignature(array $a)
326326
if (!$param->isOptional() && $param->allowsNull()) {
327327
$signature .= '?';
328328
}
329-
$signature .= substr(strrchr('\\'.$type->getName(), '\\'), 1);
329+
$signature .= substr(strrchr('\\'.$type->getName(), '\\'), 1).' ';
330330
}
331331
}
332332
$signature .= $k;

0 commit comments

Comments
 (0)