@@ -226,7 +226,7 @@ |
||
| 226 | 226 | |
| 227 | 227 | $flattened = iterator_to_array($data, true); |
| 228 | 228 | return $this->returnAsType([ |
| 229 | - array_keys($flattened)[count($flattened) -1] => array_values($flattened)[count($flattened) -1] |
|
| 229 | + array_keys($flattened)[count($flattened)-1] => array_values($flattened)[count($flattened)-1] |
|
| 230 | 230 | ]); |
| 231 | 231 | } |
| 232 | 232 | |