File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 103
103
'AMQPConnection::setLogin' => ['void', 'login'=>'string'],
104
104
'AMQPConnection::setPassword' => ['void', 'password'=>'string'],
105
105
'AMQPConnection::setPort' => ['void', 'port'=>'int'],
106
- 'AMQPConnection::setReadTimeout' => ['void', 'timeout'=>'int '],
107
- 'AMQPConnection::setTimeout' => ['void', 'timeout'=>'int '],
106
+ 'AMQPConnection::setReadTimeout' => ['void', 'timeout'=>'float '],
107
+ 'AMQPConnection::setTimeout' => ['void', 'timeout'=>'float '],
108
108
'AMQPConnection::setVhost' => ['void', 'vhost'=>'string'],
109
- 'AMQPConnection::setWriteTimeout' => ['void', 'timeout'=>'int '],
109
+ 'AMQPConnection::setWriteTimeout' => ['void', 'timeout'=>'float '],
110
110
'AMQPEnvelope::getAppId' => ['string|null'],
111
111
'AMQPEnvelope::getBody' => ['string'],
112
112
'AMQPEnvelope::getContentEncoding' => ['string|null'],
You can’t perform that action at this time.
0 commit comments