Skip to content

Commit

Permalink
Added throws for docblock (#52063)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheipashkevich authored Jul 9, 2024
1 parent 0e9053d commit 85eb158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Contracts/Cache/Lock.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function get($callback = null);
* @param int $seconds
* @param callable|null $callback
* @return mixed
*
* @throws \Illuminate\Contracts\Cache\LockTimeoutException
*/
public function block($seconds, $callback = null);

Expand Down

0 comments on commit 85eb158

Please sign in to comment.