fix(database): use currentRow instead of customResultObject in getRowObject and add null fallback #14666
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 2s
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.
|