Skip to content

support for PHP 8.4 #256

support for PHP 8.4

support for PHP 8.4 #256

Triggered via push June 18, 2024 21:02
Status Success
Total duration 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 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#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.
PHPStan: src/Neon/Parser.php#L127
Method Nette\Neon\Parser::parseBlock() should return Nette\Neon\Node but return statement is missing.
PHPStan: src/Neon/Parser.php#L223
Method Nette\Neon\Parser::parseBraces() should return Nette\Neon\Node\InlineArrayNode but return statement is missing.
PHPStan
Process completed with exit code 1.