Skip to content

Commit 29e979a

Browse files
OlisaevAGOlisaevAG
authored andcommitted
feat: Support for padding in a table cell. Test file fix code style
1 parent 4e24657 commit 29e979a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/PhpWordTests/Writer/Word2007/Style/TableCellTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@
1717

1818
namespace PhpOffice\PhpWordTests\Writer\Word2007\Style;
1919

20-
use PhpOffice\PhpWord\ComplexType\TblWidth as TblWidthComplexType;
2120
use PhpOffice\PhpWord\Shared\Converter;
2221
use PhpOffice\PhpWord\SimpleType\TblWidth;
23-
use PhpOffice\PhpWord\Style\Table;
24-
use PhpOffice\PhpWord\Style\TablePosition;
2522
use PhpOffice\PhpWordTests\TestHelperDOCX;
2623

2724
/**
@@ -60,7 +57,7 @@ public function testCellSpacing(): void
6057
'paddingTop' => $testValTop,
6158
'paddingRight' => $testValRight,
6259
'paddingBottom' => $testValBottom,
63-
'paddingLeft' => $testValLeft
60+
'paddingLeft' => $testValLeft,
6461
];
6562
$table->addCell(null, $cellStyle)->addText('Some text');
6663
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');

0 commit comments

Comments
 (0)