Passed
Push — master ( 64308a...9b5a99 )
by Mikael
01:41
created
src/RemServer/RemServer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.