Passed
Push — master ( 19a5ab...12e60a )
by Mikael
01:37
created
src/RemServer/RemServer.php 1 patch
Doc Comments   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      *
82 82
      * @param string $key for data subset.
83 83
      *
84
-     * @return array with the dataset
84
+     * @return string with the dataset
85 85
      */
86 86
     public function getDataset($key)
87 87
     {
@@ -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
     {
@@ -164,11 +164,10 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * Upsert/replace an item to a dataset.
166 166
      *
167
-     * @param string $key    for the dataset
168 167
      * @param string $itemId where to store it
169 168
      * @param string $entry  to add
170 169
      *
171
-     * @return array as item upserted
170
+     * @return string as item upserted
172 171
      */
173 172
     public function upsertItem($keyDataset, $itemId, $entry)
174 173
     {
@@ -198,7 +197,6 @@  discard block
 block discarded – undo
198 197
     /**
199 198
      * Delete an item from the dataset.
200 199
      *
201
-     * @param string $key    for the dataset
202 200
      * @param string $itemId to delete
203 201
      *
204 202
      * @return void
Please login to merge, or discard this patch.