Skip to content

feat: Add incrementMany() and decrementMany() methods to BaseBuilder and other driver specific builders #14192

feat: Add incrementMany() and decrementMany() methods to BaseBuilder and other driver specific builders

feat: Add incrementMany() and decrementMany() methods to BaseBuilder and other driver specific builders #14192

Triggered via pull request April 25, 2026 09:42
Status Failure
Total duration 45s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
41s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

3 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: system/Database/Postgre/Builder.php#L0
Ignored error pattern #^Return type \(mixed\) of method CodeIgniter\\Database\\Postgre\\Builder\:\:increment\(\) should be covariant with return type \(bool\) of method CodeIgniter\\Database\\BaseBuilder\:\:increment\(\)$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/system/Database/Postgre/Builder.php was not matched in reported errors.
PHP Static Analysis: system/Database/Postgre/Builder.php#L0
Ignored error pattern #^Return type \(mixed\) of method CodeIgniter\\Database\\Postgre\\Builder\:\:decrement\(\) should be covariant with return type \(bool\) of method CodeIgniter\\Database\\BaseBuilder\:\:decrement\(\)$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/system/Database/Postgre/Builder.php was not matched in reported errors.