Skip to content

Commit b2252ff

Browse files
CS fixes
1 parent cb543f5 commit b2252ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Sleep.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ protected function shouldNotSleep()
427427
/**
428428
* Only sleep when the given condition is true.
429429
*
430-
* @param (\Closure($this): bool)|bool $condition
430+
* @param (\Closure($this): bool)|bool $condition
431431
* @return $this
432432
*/
433433
public function when($condition)
@@ -440,7 +440,7 @@ public function when($condition)
440440
/**
441441
* Don't sleep when the given condition is true.
442442
*
443-
* @param (\Closure($this): bool)|bool $condition
443+
* @param (\Closure($this): bool)|bool $condition
444444
* @return $this
445445
*/
446446
public function unless($condition)

0 commit comments

Comments
 (0)