Encoder: fixed encoding of control characters [Closes #72] #275
Annotations
5 errors
Run composer phpstan -- --no-progress:
src/Neon/Node/LiteralNode.php#L89
Binary operation "*" between string and 1 results in an error.
|
Run composer phpstan -- --no-progress:
src/Neon/Parser.php#L30
Ignored error pattern #^While loop condition is always false\.$# in path /home/runner/work/neon/neon/src/Neon/Parser.php is expected to occur 2 times, but occurred only 1 time.
|
Run composer phpstan -- --no-progress:
src/Neon/Parser.php#L127
Method Nette\Neon\Parser::parseBlock() should return Nette\Neon\Node but return statement is missing.
|
Run composer phpstan -- --no-progress:
src/Neon/Parser.php#L223
Method Nette\Neon\Parser::parseBraces() should return Nette\Neon\Node\InlineArrayNode but return statement is missing.
|
Run composer phpstan -- --no-progress
Process completed with exit code 1.
|
Loading