Skip to content

fix: preserve Postgre casts when converting named placeholders in prepared queries #13670

fix: preserve Postgre casts when converting named placeholders in prepared queries

fix: preserve Postgre casts when converting named placeholders in prepared queries #13670

Triggered via pull request February 18, 2026 14:22
Status Failure
Total duration 1m 17s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
1m 9s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: tests/system/Database/BasePreparedQueryTest.php#L68
Method CodeIgniter\Database\BasePreparedQuery@anonymous/tests/system/Database/BasePreparedQueryTest.php:58::_execute() has parameter $data with no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BasePreparedQueryTest.php#L61
Method CodeIgniter\Database\BasePreparedQuery@anonymous/tests/system/Database/BasePreparedQueryTest.php:58::_prepare() has parameter $options with no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BasePreparedQueryTest.php#L53
Access to an undefined property CodeIgniter\Database\BasePreparedQuery::$preparedSql.
PHP Static Analysis: tests/system/Database/BasePreparedQueryTest.php#L43
Access to an undefined property CodeIgniter\Database\BasePreparedQuery::$preparedSql.
PHP Static Analysis: tests/system/Database/BasePreparedQueryTest.php#L32
Access to an undefined property CodeIgniter\Database\BasePreparedQuery::$preparedSql.