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 cf25d93 commit 422e4a6Copy full SHA for 422e4a6
Resources/functions/dump.php
@@ -32,10 +32,7 @@ function dump(mixed $var, mixed ...$moreVars): mixed
32
}
33
34
if (!function_exists('dd')) {
35
- /**
36
- * @return never
37
- */
38
- function dd(...$vars): void
+ function dd(mixed ...$vars): never
39
{
40
if (!in_array(\PHP_SAPI, ['cli', 'phpdbg'], true) && !headers_sent()) {
41
header('HTTP/1.1 500 Internal Server Error');
0 commit comments