Skip to content

chore: Run latest Rector to apply return type on ParserTest for ArrowFunction #13042

chore: Run latest Rector to apply return type on ParserTest for ArrowFunction

chore: Run latest Rector to apply return type on ParserTest for ArrowFunction #13042

Triggered via pull request September 10, 2025 13:41
Status Failure
Total duration 1m 25s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
1m 20s
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.