Skip to content

Commit 85eb158

Browse files
Added throws for docblock (#52063)
1 parent 0e9053d commit 85eb158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Contracts/Cache/Lock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public function get($callback = null);
1818
* @param int $seconds
1919
* @param callable|null $callback
2020
* @return mixed
21+
*
22+
* @throws \Illuminate\Contracts\Cache\LockTimeoutException
2123
*/
2224
public function block($seconds, $callback = null);
2325

0 commit comments

Comments
 (0)