Skip to content

Commit 8a6566f

Browse files
authored
Update Benchmark.php (#44376)
1 parent 103ae1e commit 8a6566f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function measure(Closure|array $benchmarkables, int $iterations =
3333
}
3434

3535
/**
36-
* Measure a callable or array of callables over the given number of iterations, then die and dump.
36+
* Measure a callable or array of callables over the given number of iterations, then dump and die.
3737
*
3838
* @param \Closure|array $benchmarkables
3939
* @param int $iterations

0 commit comments

Comments
 (0)