File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/PhpWord/Reader/Word2007 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ public function setLineNumbering($value = null)
613
613
/**
614
614
* Get vertical alignment
615
615
*
616
- * @return \PhpOffice\PhpWord\SimpleType\VerticalJc
616
+ * @return string
617
617
*/
618
618
public function getVAlign ()
619
619
{
Original file line number Diff line number Diff line change 19
19
20
20
use PhpOffice \PhpWord \AbstractTestReader ;
21
21
use PhpOffice \PhpWord \SimpleType \TblWidth ;
22
+ use PhpOffice \PhpWord \SimpleType \VerticalJc ;
22
23
use PhpOffice \PhpWord \Style ;
23
24
use PhpOffice \PhpWord \Style \Table ;
24
25
use PhpOffice \PhpWord \Style \TablePosition ;
25
- use PhpOffice \PhpWord \SimpleType \VerticalJc ;
26
26
27
27
/**
28
28
* Test class for PhpOffice\PhpWord\Reader\Word2007\Styles
You can’t perform that action at this time.
0 commit comments