@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * @param string $key for the dataset |
141 | 141 | * @param string $item to add |
142 | 142 | * |
143 | - * @return array as new item inserted |
|
143 | + * @return string as new item inserted |
|
144 | 144 | */ |
145 | 145 | public function addItem($key, $item) |
146 | 146 | { |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | * @param string $itemId where to store it |
169 | 169 | * @param string $entry to add |
170 | 170 | * |
171 | - * @return array as item upserted |
|
171 | + * @return string as item upserted |
|
172 | 172 | */ |
173 | 173 | public function upsertItem($keyDataset, $itemId, $entry) |
174 | 174 | { |