Skip to content

feat: rewrite rounding as a string-digit algorithm; support all RoundingMode modes and bcdivmod (closes #36, #39) #479

feat: rewrite rounding as a string-digit algorithm; support all RoundingMode modes and bcdivmod (closes #36, #39)

feat: rewrite rounding as a string-digit algorithm; support all RoundingMode modes and bcdivmod (closes #36, #39) #479

Triggered via pull request July 3, 2026 08:24
Status Failure
Total duration 47s
Artifacts

ci.yml

on: pull_request
PHP-CS-Fixer
13s
PHP-CS-Fixer
Matrix: Docker PHPT Tests
Matrix: Tests (without BCMath extension)
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
PHPStan
Process completed with exit code 1.
PHPStan: tests/BCMathTest.php#L1003
Call to function in_array() with arguments 'add'|'comp'|'div'|'mod'|'mul'|'sub', array{'add', 'sub', 'mul', 'div', 'mod', 'comp'} and true will always evaluate to true.