File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,10 @@ class Client
74
74
protected $ pendingRequestsCount = 0 ;
75
75
76
76
/**
77
- * @var array<string,Response> An array of responses that have not yet been
78
- * extracted or passed to a callback. Key is the tag of the request,
79
- * and the value is an array of associated responses.
77
+ * @var array<string,Response[]> An array of responses that have not yet
78
+ * been extracted or passed to a callback.
79
+ * Key is the tag of the request, and the value is an array of
80
+ * associated responses.
80
81
*/
81
82
protected $ responseBuffer = array ();
82
83
Original file line number Diff line number Diff line change @@ -963,15 +963,16 @@ public function count($mode = COUNT_NORMAL, Query $query = null)
963
963
*
964
964
* Gets all items in the current menu, using a print request.
965
965
*
966
- * @param array<string,string|resource>|array<int,string> $args Additional
966
+ * @param array<string,string|resource>|array<int,string> $args Additional
967
967
* arguments to pass to the request.
968
968
* Each array key is the name of the argument, and each array value is
969
969
* the value of the argument to be passed.
970
970
* Arguments without a value (i.e. empty arguments) can also be
971
971
* specified using a numeric key, and the name of the argument as the
972
972
* array value.
973
- * @param Query|null $query A query to filter items
974
- * by. NULL to get all items.
973
+ * @param Query|null $query A query to
974
+ * filter items by.
975
+ * NULL to get all items.
975
976
*
976
977
* @return ResponseCollection|false A response collection with all
977
978
* {@link Response::TYPE_DATA} responses. The collection will be empty
You can’t perform that action at this time.
0 commit comments