Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 11, 2023
1 parent cb543f5 commit b2252ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Sleep.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ protected function shouldNotSleep()
/**
* Only sleep when the given condition is true.
*
* @param (\Closure($this): bool)|bool $condition
* @param (\Closure($this): bool)|bool $condition
* @return $this
*/
public function when($condition)
Expand All @@ -440,7 +440,7 @@ public function when($condition)
/**
* Don't sleep when the given condition is true.
*
* @param (\Closure($this): bool)|bool $condition
* @param (\Closure($this): bool)|bool $condition
* @return $this
*/
public function unless($condition)
Expand Down

0 comments on commit b2252ff

Please sign in to comment.