Skip to content

Commit 0955b72

Browse files
authored
Update README.md
1 parent e924be9 commit 0955b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ end
261261
To call this method on a `$queue` object, use `Queue::call()`:
262262

263263
```php
264-
$result = $queue->call('put_many', [
264+
$result = $queue->call('put_many', [[
265265
'foo' => ['foo', []],
266266
'bar' => ['bar', [Options::DELAY => 30]],
267-
]);
267+
]]);
268268
```
269269

270270

0 commit comments

Comments
 (0)