Skip to content

Node: added $start & $end positions (replaces $startLine & $endLine) #251

Node: added $start & $end positions (replaces $startLine & $endLine)

Node: added $start & $end positions (replaces $startLine & $endLine) #251

Triggered via push May 2, 2024 10:58
Status Success
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHPStan: src/Neon/Node/LiteralNode.php#L73
Call to function is_float() with string will always evaluate to false.
PHPStan: src/Neon/Parser.php#L1
Ignored error pattern #^Left side of && is always true\.$# in path /home/runner/work/neon/neon/src/Neon/Parser.php was not matched in reported errors.
PHPStan: src/Neon/Parser.php#L26
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.
PHPStan: src/Neon/Parser.php#L123
Method Nette\Neon\Parser::parseBlock() should return Nette\Neon\Node but return statement is missing.
PHPStan: src/Neon/Parser.php#L216
Method Nette\Neon\Parser::parseBraces() should return Nette\Neon\Node\InlineArrayNode but return statement is missing.
PHPStan
Process completed with exit code 1.