@@ -214,8 +214,8 @@ |
||
214 | 214 | } elseif (\is_string($key) && \is_int($indexId)) { |
215 | 215 | // Table based single return value |
216 | 216 | $tabledIndexIds[] = [ |
217 | - 'table' => $key, |
|
218 | - 'indexIds' => [$indexId], |
|
217 | + 'table' => $key, |
|
218 | + 'indexIds' => [$indexId], |
|
219 | 219 | ]; |
220 | 220 | } |
221 | 221 | } |