Skip to content

Commit 2c8e038

Browse files
committed
Fix lex() return type
1 parent 78a1ff3 commit 2c8e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Seld/JsonLint/Lexer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function __construct($flags = 0)
8989
}
9090

9191
/**
92-
* @return 1|4|6|8|10|11|14|17|18|21|22|23|24|-1
92+
* @return 0|1|4|6|8|10|11|14|17|18|21|22|23|24|30|-1
9393
*/
9494
public function lex()
9595
{

0 commit comments

Comments
 (0)