chore: use single class per file when possible on tests/ directory #14369
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 9s
Annotations
5 errors
|
PHP Static Analysis
Process completed with exit code 1.
|
|
PHP Static Analysis:
tests/system/View/TableTest.php#L0
Ignored error pattern #^Method CodeIgniter\\View\\DBResultDummy\:\:getResultArray\(\) return type has no value type specified in iterable type array\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/View/TableTest.php was not matched in reported errors.
|
|
PHP Static Analysis:
tests/system/View/TableTest.php#L0
Ignored error pattern #^Method CodeIgniter\\View\\DBResultDummy\:\:getFieldNames\(\) return type has no value type specified in iterable type array\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/View/TableTest.php was not matched in reported errors.
|
|
PHP Static Analysis:
tests/system/View/DBResultDummy.php#L29
Method CodeIgniter\View\DBResultDummy::getResultArray() return type has no value type specified in iterable type array.
|
|
PHP Static Analysis:
tests/system/View/DBResultDummy.php#L21
Method CodeIgniter\View\DBResultDummy::getFieldNames() return type has no value type specified in iterable type array.
|