Skip to content

Commit d317f24

Browse files
committed
Fix PHPDoc for _appendHttpStatusAndRate
1 parent 661a78d commit d317f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/codebird.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,9 +2203,9 @@ protected function _callApiPreparationsPost(
22032203
/**
22042204
* Appends HTTP status and rate limiting info to the reply
22052205
*
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
2206+
* @param array|object|string $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
22092209
*/
22102210
protected function _appendHttpStatusAndRate($reply, $httpstatus, $rate)
22112211
{

0 commit comments

Comments
 (0)