Skip to content

Merge pull request #9714 from samsonasik/chore-return-arrow #13043

Merge pull request #9714 from samsonasik/chore-return-arrow

Merge pull request #9714 from samsonasik/chore-return-arrow #13043

Triggered via push September 10, 2025 14:11
Status Failure
Total duration 1m 28s
Artifacts

test-phpstan.yml

on: push
PHP Static Analysis
1m 24s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: tests/system/Database/Live/OCI8/ConnectionTest.php#L60
Yield can be used only with these return types: Generator, Iterator, Traversable, iterable.
PHP Static Analysis: tests/system/Database/BaseConnectionTest.php#L342
Yield can be used only with these return types: Generator, Iterator, Traversable, iterable.
PHP Static Analysis: tests/system/Database/BaseConnectionTest.php#L320
Yield can be used only with these return types: Generator, Iterator, Traversable, iterable.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestTraitTest)#L403
Binary operation "+" between array|bool|float|int|object|string|null and array|bool|float|int|object|string|null results in an error.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestAutoRoutingImprovedTest)#L403
Binary operation "+" between array|bool|float|int|object|string|null and array|bool|float|int|object|string|null results in an error.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/HomeTest)#L403
Binary operation "+" between array|bool|float|int|object|string|null and array|bool|float|int|object|string|null results in an error.