Skip to content

Commit 598890b

Browse files
committed
Resolve cs issues
1 parent 159e7c5 commit 598890b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

tests/PhpSpreadsheetTests/Writer/Xlsx/ArrayFormulaPrefixTest.php

+3-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@
44

55
use PhpOffice\PhpSpreadsheet\Cell\DataType;
66
use PhpOffice\PhpSpreadsheet\Spreadsheet;
7-
use PhpOffice\PhpSpreadsheet\Style\Conditional;
8-
use PhpOffice\PhpSpreadsheet\Style\ConditionalFormatting\Wizard;
9-
use PhpOffice\PhpSpreadsheet\Style\Fill;
10-
use PhpOffice\PhpSpreadsheet\Style\Style;
117
use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
128
use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional;
139

1410
class ArrayFormulaPrefixTest extends AbstractFunctional
1511
{
16-
1712
protected function setUp(): void
1813
{
1914
parent::setUp();
@@ -22,7 +17,7 @@ protected function setUp(): void
2217
/**
2318
* Test to ensure that xlfn prefix is being added to functions
2419
* included in an array formula, if appropriate.
25-
* @return void
20+
*
2621
* @throws \PhpOffice\PhpSpreadsheet\Exception
2722
*/
2823
public function testWriteArrayFormulaTextJoin(): void
@@ -57,8 +52,8 @@ public function testWriteArrayFormulaTextJoin(): void
5752

5853
/**
5954
* Certain functions do not have the xlfn prefix applied. Test an array formula
60-
* that includes those functions to see if they are written properly
61-
* @return void
55+
* that includes those functions to see if they are written properly.
56+
*
6257
* @throws \PhpOffice\PhpSpreadsheet\Exception
6358
*/
6459
public function testWriteArrayFormulaWithoutPrefix(): void

0 commit comments

Comments
 (0)