@@ -81,7 +81,6 @@ |
||
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /** |
| 84 | - * @param Style $style|null |
|
| 85 | 84 | * @return Row |
| 86 | 85 | */ |
| 87 | 86 | public function applyStyle(Style $style = null) |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Box\Spout\Writer\Common\Entity\Style\Style; |
| 6 | 6 | use Box\Spout\Writer\Common\Manager\RowManager; |
| 7 | -use Box\Spout\Writer\Common\Manager\Style\StyleMerger; |
|
| 8 | 7 | |
| 9 | 8 | class Row |
| 10 | 9 | { |
@@ -97,7 +97,6 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | - * @param Style $style|null |
|
| 101 | 100 | */ |
| 102 | 101 | public function setStyle(Style $style = null) |
| 103 | 102 | { |
@@ -201,7 +200,6 @@ discard block |
||
| 201 | 200 | } |
| 202 | 201 | |
| 203 | 202 | /** |
| 204 | - * @param Style $style|null |
|
| 205 | 203 | * @return Cell |
| 206 | 204 | */ |
| 207 | 205 | public function applyStyle(Style $style = null) |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Checks if the sheet has been sucessfully created. Throws an exception if not. |
| 110 | 110 | * |
| 111 | - * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 111 | + * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 112 | 112 | * @throws IOException If the sheet data file cannot be opened for writing |
| 113 | 113 | * @return void |
| 114 | 114 | */ |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Box\Spout\Writer\Common\Creator\EntityFactory; |
| 10 | 10 | use Box\Spout\Writer\Common\Entity\Cell; |
| 11 | 11 | use Box\Spout\Writer\Common\Entity\Options; |
| 12 | -use Box\Spout\Writer\Common\Entity\Style\Style; |
|
| 13 | 12 | use Box\Spout\Writer\Common\Entity\Row; |
| 14 | 13 | use Box\Spout\Writer\Common\Entity\Worksheet; |
| 15 | 14 | use Box\Spout\Writer\Common\Helper\CellHelper; |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | /** |
| 109 | 109 | * Checks if the sheet has been sucessfully created. Throws an exception if not. |
| 110 | 110 | * |
| 111 | - * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 111 | + * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file |
|
| 112 | 112 | * @throws IOException If the sheet data file cannot be opened for writing |
| 113 | 113 | * @return void |
| 114 | 114 | */ |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Box\Spout\Common\Exception\IOException; |
| 7 | 7 | use Box\Spout\Common\Helper\Escaper\ODS as ODSEscaper; |
| 8 | 8 | use Box\Spout\Common\Helper\StringHelper; |
| 9 | -use Box\Spout\Writer\Common\Creator\EntityFactory; |
|
| 10 | 9 | use Box\Spout\Writer\Common\Entity\Cell; |
| 11 | 10 | use Box\Spout\Writer\Common\Entity\Row; |
| 12 | 11 | use Box\Spout\Writer\Common\Entity\Worksheet; |