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 bb5dfb5 commit 6ab00c9Copy full SHA for 6ab00c9
src/Illuminate/Support/Benchmark.php
@@ -58,7 +58,7 @@ public static function value(callable $callback): array
58
* @param int $iterations
59
* @return never
60
*/
61
- public static function dd(Closure|array $benchmarkables, int $iterations = 1): void
+ public static function dd(Closure|array $benchmarkables, int $iterations = 1): never
62
{
63
$result = (new Collection(static::measure(Arr::wrap($benchmarkables), $iterations)))
64
->map(fn ($average) => number_format($average, 3).'ms')
0 commit comments