|
@@ -249,7 +249,7 @@ discard block |
|
|
block discarded – undo |
|
249
|
249
|
* The rows are presented as associated arrays |
|
250
|
250
|
* The callable function will be applied to each row |
|
251
|
251
|
* |
|
252
|
|
- * @param int|array $offset_or_keys the name for each key member OR the row Index to be |
|
|
252
|
+ * @param integer $offset_or_keys the name for each key member OR the row Index to be |
|
253
|
253
|
* used as the associated named keys |
|
254
|
254
|
* |
|
255
|
255
|
* @param callable $callable A callable to be applied to each of the rows to be returned. |
|
@@ -279,7 +279,7 @@ discard block |
|
|
block discarded – undo |
|
279
|
279
|
/** |
|
280
|
280
|
* Selects the array to be used as key for the fetchAssoc method |
|
281
|
281
|
* |
|
282
|
|
- * @param int|array $offset_or_keys the assoc key OR the row Index to be used |
|
|
282
|
+ * @param integer $offset_or_keys the assoc key OR the row Index to be used |
|
283
|
283
|
* as the key index |
|
284
|
284
|
* |
|
285
|
285
|
* @throws InvalidArgumentException If the row index and/or the resulting array is invalid |
Please login to merge, or discard this patch.