Completed
Pull Request — master (#178)
by ignace nyamagana
02:42
created
src/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Set LimitIterator Offset
109 109
      *
110
-     * @param $offset
110
+     * @param integer $offset
111 111
      *
112 112
      * @return $this
113 113
      */
Please login to merge, or discard this patch.
src/Records.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -212,8 +212,6 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * The rows are presented as associated arrays
214 214
      *
215
-     * @param int|array $offset_or_keys the name for each key member OR the row Index to be
216
-     *                                  used as the associated named keys
217 215
      *
218 216
      * @throws InvalidArgumentException If the submitted keys are invalid
219 217
      *
@@ -237,7 +235,7 @@  discard block
 block discarded – undo
237 235
     /**
238 236
      * Selects the array to be used as key for the fetchAssoc method
239 237
      *
240
-     * @param int|array $index the assoc key OR the row Index to be used as the key index
238
+     * @param integer $index the assoc key OR the row Index to be used as the key index
241 239
      *
242 240
      * @return array
243 241
      */
Please login to merge, or discard this patch.