We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a270702 commit 4889743Copy full SHA for 4889743
VarDumper.php
@@ -46,10 +46,7 @@ public static function dump(mixed $var)
46
return (self::$handler)($var);
47
}
48
49
- /**
50
- * @return callable|null
51
- */
52
- public static function setHandler(callable $callable = null)
+ public static function setHandler(callable $callable = null): ?callable
53
{
54
$prevHandler = self::$handler;
55
0 commit comments