Skip to content

Commit 7175ba4

Browse files
committed
fix typo
1 parent 30d7b60 commit 7175ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/QueueWork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private function readOptions(array $params, QueueConfig $config, string $queue):
200200
];
201201

202202
// Options that, being defined, cannot be `true`
203-
$keys = ['sleep', 'rest', 'maxJobs', 'maxTime', 'memory', 'priority', 'tries', 'retyAfter'];
203+
$keys = ['sleep', 'rest', 'maxJobs', 'maxTime', 'memory', 'priority', 'tries', 'retryAfter'];
204204

205205
foreach ($keys as $key) {
206206
if ($options[$key] === true) {

0 commit comments

Comments
 (0)