@@ -107,7 +107,7 @@ |
||
| 107 | 107 | /** |
| 108 | 108 | * Set LimitIterator Offset |
| 109 | 109 | * |
| 110 | - * @param $offset |
|
| 110 | + * @param integer $offset |
|
| 111 | 111 | * |
| 112 | 112 | * @return $this |
| 113 | 113 | */ |
@@ -212,8 +212,6 @@ discard block |
||
| 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 |
||
| 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 | */ |