Skip to content

Commit

Permalink
fixes doc block in Timebox.php (#51537)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh authored May 22, 2024
1 parent e59372a commit c30e29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Timebox.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Timebox
* @param (callable($this): TCallReturnType) $callback
* @param int $microseconds
* @return TCallReturnType
*
* @throws \Throwable
*/
public function call(callable $callback, int $microseconds)
{
Expand Down

0 comments on commit c30e29f

Please sign in to comment.