Merge pull request #9714 from samsonasik/chore-return-arrow #13043
test-phpstan.yml
on: push
PHP Static Analysis
1m 24s
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.
|