Account for columnar expected result

This is what is expected with FETCH_COLUMN
parent a6af5795
...@@ -195,7 +195,7 @@ class ResultCacheTest extends DbalFunctionalTestCase ...@@ -195,7 +195,7 @@ class ResultCacheTest extends DbalFunctionalTestCase
} }
/** /**
* @param array<int, array<int, int|string>> $expectedResult * @param array<int, array<int, int|string>>|list<int> $expectedResult
*/ */
private function assertCacheNonCacheSelectSameFetchModeAreEqual(array $expectedResult, int $fetchMode) : void private function assertCacheNonCacheSelectSameFetchModeAreEqual(array $expectedResult, int $fetchMode) : void
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment