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 91ce8df commit 5e56518Copy full SHA for 5e56518
src/Illuminate/Cache/Lock.php
@@ -98,7 +98,7 @@ public function get($callback = null)
98
*
99
* @param int $seconds
100
* @param callable|null $callback
101
- * @return bool
+ * @return mixed
102
103
* @throws \Illuminate\Contracts\Cache\LockTimeoutException
104
*/
src/Illuminate/Contracts/Cache/Lock.php
@@ -17,7 +17,7 @@ public function get($callback = null);
17
18
19
20
21
22
public function block($seconds, $callback = null);
23
0 commit comments