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 c3e9e22 commit b79e943Copy full SHA for b79e943
src/Jobs/RequestAuthorization.php
@@ -76,7 +76,7 @@ public function handle()
76
if ($this->sync) {
77
ChallengeAuthorization::dispatchSync($httpChallenge, $this->tries, $this->retryAfter, $this->retryList);
78
} else {
79
- if (!empty($this->chained)) {
+ if (! empty($this->chained)) {
80
$this->prependToChain(new ChallengeAuthorization($httpChallenge, $this->tries, $this->retryAfter, $this->retryList));
81
82
ChallengeAuthorization::dispatch($httpChallenge, $this->tries, $this->retryAfter, $this->retryList);
0 commit comments