Test Setup Failed
Pull Request — develop_3.0 (#434)
by Hura
06:37
created
src/Spout/Writer/Common/Entity/Row.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Spout/Writer/XLSX/Manager/WorksheetManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Spout/Writer/ODS/Manager/WorksheetManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.