Completed
Push — master ( 7aa5b3...a50dd6 )
by Basil
03:42 queued 01:27
created
core/helpers/ExportHelper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * @param bool $header
42 42
      * @param array $options Options {@since 1.8.0}
43 43
      * + `sort`: boolean, whether they row should be sorted by its keys, default is true.
44
-     * @return mixed
44
+     * @return string
45 45
      * @throws Exception
46 46
      * @since 1.0.4
47 47
      */
@@ -77,7 +77,6 @@  discard block
 block discarded – undo
77 77
      * Generate content by rows.
78 78
      *
79 79
      * @param array $contentRows
80
-     * @param string $delimiter
81 80
      * @param array $keys
82 81
      * @param bool $generateHeader
83 82
      * @param array $options Options {@since 1.8.0}
Please login to merge, or discard this patch.