Skip to content

Commit 392517d

Browse files
doc comment
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent 798bad3 commit 392517d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

system/HTTP/IncomingRequest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,10 @@ public function getJSON(bool $assoc = false, int $depth = 512, int $options = 0)
348348
/**
349349
* Get a specific variable from a JSON input stream
350350
*
351-
* @param string $index The variable that you want which can use dot syntax for getting specific values.
352-
* @param boolean $assoc If TRUE return the result as an associative array.
353-
* @return array|mixed|null|object
351+
* @param string $index The variable that you want which can use dot syntax for getting specific values.
352+
* @param boolean $assoc If true, return the result as an associative array.
353+
*
354+
* @return mixed
354355
*/
355356
public function getJsonVar(string $index, bool $assoc = false)
356357
{

0 commit comments

Comments
 (0)