Completed
Push — master ( d1e8c0...0a5d41 )
by ignace nyamagana
04:04
created
src/RecordSet.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
      *
283 283
      * By default if no column index is provided the first column of the CSV is selected
284 284
      *
285
-     * @param string|int $index CSV column index
285
+     * @param integer $index CSV column index
286 286
      *
287 287
      * @return Generator
288 288
      */
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
     /**
307 307
      * Filter a column name against the CSV header if any
308 308
      *
309
-     * @param string|int $field         the field name or the field index
309
+     * @param integer $field         the field name or the field index
310 310
      * @param string     $error_message the associated error message
311 311
      *
312 312
      * @throws RuntimeException if the field is invalid
@@ -341,8 +341,8 @@  discard block
 block discarded – undo
341 341
      * - the first CSV column is used to provide the keys
342 342
      * - the second CSV column is used to provide the value
343 343
      *
344
-     * @param string|int $offset_index The column index to serve as offset
345
-     * @param string|int $value_index  The column index to serve as value
344
+     * @param integer $offset_index The column index to serve as offset
345
+     * @param integer $value_index  The column index to serve as value
346 346
      *
347 347
      * @return Generator
348 348
      */
Please login to merge, or discard this patch.