We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661a78d commit d317f24Copy full SHA for d317f24
src/codebird.php
@@ -2203,9 +2203,9 @@ protected function _callApiPreparationsPost(
2203
/**
2204
* Appends HTTP status and rate limiting info to the reply
2205
*
2206
- * @param array|object $reply The reply to append to
2207
- * @param string $httpstatus The HTTP status code to append
2208
- * @param mixed $rate The rate limiting info to append
+ * @param array|object|string $reply The reply to append to
+ * @param string $httpstatus The HTTP status code to append
+ * @param mixed $rate The rate limiting info to append
2209
*/
2210
protected function _appendHttpStatusAndRate($reply, $httpstatus, $rate)
2211
{
0 commit comments