Skip to content

Commit 7e08256

Browse files
committed
QA: Document return type union for Input::readObject()
1 parent 19f796b commit 7e08256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/text/json/Input.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ protected function escaped($pos, $len, &$offset) {
8686
/**
8787
* Reads an object
8888
*
89-
* @return [:var]
89+
* @return [:var]|object
9090
* @throws lang.FormatException
9191
*/
9292
protected function readObject($nesting) {

0 commit comments

Comments
 (0)