fix: preserve Postgre casts when converting named placeholders in prepared queries #13670
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 9s
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.
|