Skip to content

Encoder: fixed encoding of control characters [Closes #72] #271

Encoder: fixed encoding of control characters [Closes #72]

Encoder: fixed encoding of control characters [Closes #72] #271

Triggered via push October 4, 2024 22:04
Status Success
Total duration 18s
Artifacts
PHPStan
9s
PHPStan
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
PHPStan: src/Neon/Encoder.php#L47
Array (array<Nette\Neon\Node\EntityNode>) does not accept Nette\Neon\Node.
PHPStan: src/Neon/Node.php#L41
Unreachable statement - code above always terminates.
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#L219
Method Nette\Neon\Parser::parseBraces() should return Nette\Neon\Node\InlineArrayNode but return statement is missing.
PHPStan
Process completed with exit code 1.
PHPStan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/