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 fcc1765 commit d0b646fCopy full SHA for d0b646f
src/CloudTasksJob.php
@@ -41,7 +41,7 @@ public function setAttempts($attempts)
41
public function setMaxTries($maxTries)
42
{
43
if ((int) $maxTries === -1) {
44
- $maxTries = null;
+ $maxTries = 0;
45
}
46
47
$this->maxTries = $maxTries;
0 commit comments