Passed
Branch master (64308a)
by Mikael
02:39 queued 01:09
created
src/RemServer/RemServer.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -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.