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 1717
1818namespace PhpOffice \PhpWordTests \Writer \Word2007 \Style ;
1919
20- use PhpOffice \PhpWord \ComplexType \TblWidth as TblWidthComplexType ;
2120use PhpOffice \PhpWord \Shared \Converter ;
2221use PhpOffice \PhpWord \SimpleType \TblWidth ;
23- use PhpOffice \PhpWord \Style \Table ;
24- use PhpOffice \PhpWord \Style \TablePosition ;
2522use 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 ' );
You can’t perform that action at this time.
0 commit comments