We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc4a6a commit e1c7a6eCopy full SHA for e1c7a6e
1 file changed
externals/jsonlint/src/Seld/JsonLint/JsonParser.php
@@ -464,7 +464,7 @@ private function popStack($n)
464
465
private function lex()
466
{
467
- $token = $this->lexer->lex() ? $this->lexer->len() : 1; // $end = 1
+ $token = $this->lexer->lex() ? $this->lexer->lex() : 1; // $end = 1
468
// if token isn't its numeric value, convert
469
if (!is_numeric($token)) {
470
$token = isset($this->symbols[$token]) ? $this->symbols[$token] : $token;
0 commit comments