Skip to content

Commit b79e943

Browse files
Daanraactions-user
authored andcommitted
Fix styling
1 parent c3e9e22 commit b79e943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/RequestAuthorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function handle()
7676
if ($this->sync) {
7777
ChallengeAuthorization::dispatchSync($httpChallenge, $this->tries, $this->retryAfter, $this->retryList);
7878
} else {
79-
if (!empty($this->chained)) {
79+
if (! empty($this->chained)) {
8080
$this->prependToChain(new ChallengeAuthorization($httpChallenge, $this->tries, $this->retryAfter, $this->retryList));
8181
} else {
8282
ChallengeAuthorization::dispatch($httpChallenge, $this->tries, $this->retryAfter, $this->retryList);

0 commit comments

Comments
 (0)