Skip to content

Commit d91fb77

Browse files
committed
docs: fix @param in CLIRequest
1 parent a14c229 commit d91fb77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

system/HTTP/CLIRequest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public function isCLI(): bool
221221
*
222222
* @param array|string|null $index Index for item to fetch from $_GET.
223223
* @param int|null $filter A filter name to apply.
224-
* @param mixed|null $flags
224+
* @param array|int|null $flags
225225
*
226226
* @return array|null
227227
*/
@@ -235,7 +235,7 @@ public function getGet($index = null, $filter = null, $flags = null)
235235
*
236236
* @param array|string|null $index Index for item to fetch from $_POST.
237237
* @param int|null $filter A filter name to apply
238-
* @param mixed $flags
238+
* @param array|int|null $flags
239239
*
240240
* @return array|null
241241
*/
@@ -249,7 +249,7 @@ public function getPost($index = null, $filter = null, $flags = null)
249249
*
250250
* @param array|string|null $index Index for item to fetch from $_POST or $_GET
251251
* @param int|null $filter A filter name to apply
252-
* @param mixed $flags
252+
* @param array|int|null $flags
253253
*
254254
* @return array|null
255255
*/
@@ -263,7 +263,7 @@ public function getPostGet($index = null, $filter = null, $flags = null)
263263
*
264264
* @param array|string|null $index Index for item to be fetched from $_GET or $_POST
265265
* @param int|null $filter A filter name to apply
266-
* @param mixed $flags
266+
* @param array|int|null $flags
267267
*
268268
* @return array|null
269269
*/

0 commit comments

Comments
 (0)