File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
tests/PhpWordTests/Writer/Word2007/Style Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
namespace PhpOffice \PhpWordTests \Writer \Word2007 \Style ;
19
19
20
- use PhpOffice \PhpWord \ComplexType \TblWidth as TblWidthComplexType ;
21
20
use PhpOffice \PhpWord \Shared \Converter ;
22
21
use PhpOffice \PhpWord \SimpleType \TblWidth ;
23
- use PhpOffice \PhpWord \Style \Table ;
24
- use PhpOffice \PhpWord \Style \TablePosition ;
25
22
use PhpOffice \PhpWordTests \TestHelperDOCX ;
26
23
27
24
/**
@@ -60,7 +57,7 @@ public function testCellSpacing(): void
60
57
'paddingTop ' => $ testValTop ,
61
58
'paddingRight ' => $ testValRight ,
62
59
'paddingBottom ' => $ testValBottom ,
63
- 'paddingLeft ' => $ testValLeft
60
+ 'paddingLeft ' => $ testValLeft,
64
61
];
65
62
$ table ->addCell (null , $ cellStyle )->addText ('Some text ' );
66
63
$ doc = TestHelperDOCX::getDocument ($ phpWord , 'Word2007 ' );
You can’t perform that action at this time.
0 commit comments