Fixed direct driver tests and test summary #880
static-analysis.yml
on: pull_request
Lint & Analyse
26s
Annotations
3 errors
Lint & Analyse
Process completed with exit code 2.
|
PossiblyUndefinedStringArrayOffset:
tests/Integration/EdgeCasesTest.php#L88
tests/Integration/EdgeCasesTest.php:88:13: PossiblyUndefinedStringArrayOffset: Possibly undefined array offset ''CI'' is risky given expected type 'non-empty-string'. Consider using isset beforehand. (see https://psalm.dev/216)
|
PossiblyUndefinedStringArrayOffset:
tests/Integration/ComplexQueryTest.php#L265
tests/Integration/ComplexQueryTest.php:265:13: PossiblyUndefinedStringArrayOffset: Possibly undefined array offset ''CI'' is risky given expected type 'non-empty-string'. Consider using isset beforehand. (see https://psalm.dev/216)
|