Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit authored Feb 6, 2018
1 parent e924be9 commit 0955b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ end
To call this method on a `$queue` object, use `Queue::call()`:

```php
$result = $queue->call('put_many', [
$result = $queue->call('put_many', [[
'foo' => ['foo', []],
'bar' => ['bar', [Options::DELAY => 30]],
]);
]]);
```


Expand Down

0 comments on commit 0955b72

Please sign in to comment.