@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | * if its not an integer. |
64 | 64 | * |
65 | 65 | * @param array $dataRow |
66 | - * @param int|Style $style |
|
66 | + * @param integer $style |
|
67 | 67 | */ |
68 | 68 | public function addRow(array $dataRow, $style = 0) |
69 | 69 | { |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | * Add multiple data rows to sheet. |
79 | 79 | * |
80 | 80 | * @param array $dataRows |
81 | - * @param int|Style $style |
|
81 | + * @param integer $style |
|
82 | 82 | */ |
83 | 83 | public function addRows(array $dataRows, $style = 0) |
84 | 84 | { |