@@ -41,7 +41,7 @@ discard block |
||
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 |
||
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} |