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 cb543f5 commit b2252ffCopy full SHA for b2252ff
src/Illuminate/Support/Sleep.php
@@ -427,7 +427,7 @@ protected function shouldNotSleep()
427
/**
428
* Only sleep when the given condition is true.
429
*
430
- * @param (\Closure($this): bool)|bool $condition
+ * @param (\Closure($this): bool)|bool $condition
431
* @return $this
432
*/
433
public function when($condition)
@@ -440,7 +440,7 @@ public function when($condition)
440
441
* Don't sleep when the given condition is true.
442
443
444
445
446
public function unless($condition)
0 commit comments