Skip to content

Commit 0c936ab

Browse files
ben-challisondrejmirtes
authored andcommitted
fix AMQPQueue::unbind routingKey type
1 parent 64167eb commit 0c936ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'AMQPQueue::setArguments' => ['void', 'arguments'=>'array'],
168168
'AMQPQueue::setFlags' => ['void', 'flags'=>'int|null'],
169169
'AMQPQueue::setName' => ['void', 'name'=>'string'],
170-
'AMQPQueue::unbind' => ['void', 'exchangeName'=>'string', 'routingKey='=>'string', 'arguments='=>'array'],
170+
'AMQPQueue::unbind' => ['void', 'exchangeName'=>'string', 'routingKey='=>'string|null', 'arguments='=>'array'],
171171
'apache_child_terminate' => ['bool'],
172172
'apache_get_modules' => ['array'],
173173
'apache_get_version' => ['string|false'],

0 commit comments

Comments
 (0)