Skip to content

Fix int overflow behaviour #170

Fix int overflow behaviour

Fix int overflow behaviour #170

Triggered via push November 9, 2024 02:59
Status Failure
Total duration 32s
Artifacts
Matrix: Linter
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Linter (8.3, ubuntu-latest): src/Node/Literal/IntLiteralNode.php#L51
Method TypeLang\Parser\Node\Literal\IntLiteralNode::split() should return array{bool, numeric-string} but returns array{bool, float|int}.
Linter (8.3, ubuntu-latest): src/Node/Literal/IntLiteralNode.php#L63
Method TypeLang\Parser\Node\Literal\IntLiteralNode::split() should return array{bool, numeric-string} but returns array{bool, string}.
Linter (8.3, ubuntu-latest)
Process completed with exit code 1.
Linter (8.3, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/