Skip to content

fix(database): use currentRow instead of customResultObject in getRowObject and add null fallback #14666

fix(database): use currentRow instead of customResultObject in getRowObject and add null fallback

fix(database): use currentRow instead of customResultObject in getRowObject and add null fallback #14666

Re-run triggered June 2, 2026 17:28
Status Failure
Total duration 1m 15s
Artifacts

test-phpstan.yml

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

Annotations

8 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L67
Method CodeIgniter\Database\BaseResult@anonymous/tests/system/Database/BaseResultTest.php:31::fetchAssoc() return type has no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L53
Method CodeIgniter\Database\BaseResult@anonymous/tests/system/Database/BaseResultTest.php:31::getFieldData() return type has no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L48
Method CodeIgniter\Database\BaseResult@anonymous/tests/system/Database/BaseResultTest.php:31::getFieldNames() return type has no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L32
Method CodeIgniter\Database\BaseResult@anonymous/tests/system/Database/BaseResultTest.php:31::__construct() has parameter $resultObject with no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L32
Method CodeIgniter\Database\BaseResult@anonymous/tests/system/Database/BaseResultTest.php:31::__construct() has parameter $resultArray with no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L29
Method CodeIgniter\Database\BaseResultTest::createResultDouble() has parameter $resultObject with no value type specified in iterable type array.
PHP Static Analysis: tests/system/Database/BaseResultTest.php#L29
Method CodeIgniter\Database\BaseResultTest::createResultDouble() has parameter $resultArray with no value type specified in iterable type array.