fix warnings
This commit is contained in:
parent
235cc1205c
commit
e3020c0db3
|
|
@ -613,7 +613,7 @@ class Section extends Border
|
||||||
/**
|
/**
|
||||||
* Get vertical alignment
|
* Get vertical alignment
|
||||||
*
|
*
|
||||||
* @return \PhpOffice\PhpWord\SimpleType\VerticalJc
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getVAlign()
|
public function getVAlign()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,10 @@ namespace PhpOffice\PhpWord\Reader\Word2007;
|
||||||
|
|
||||||
use PhpOffice\PhpWord\AbstractTestReader;
|
use PhpOffice\PhpWord\AbstractTestReader;
|
||||||
use PhpOffice\PhpWord\SimpleType\TblWidth;
|
use PhpOffice\PhpWord\SimpleType\TblWidth;
|
||||||
|
use PhpOffice\PhpWord\SimpleType\VerticalJc;
|
||||||
use PhpOffice\PhpWord\Style;
|
use PhpOffice\PhpWord\Style;
|
||||||
use PhpOffice\PhpWord\Style\Table;
|
use PhpOffice\PhpWord\Style\Table;
|
||||||
use PhpOffice\PhpWord\Style\TablePosition;
|
use PhpOffice\PhpWord\Style\TablePosition;
|
||||||
use PhpOffice\PhpWord\SimpleType\VerticalJc;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test class for PhpOffice\PhpWord\Reader\Word2007\Styles
|
* Test class for PhpOffice\PhpWord\Reader\Word2007\Styles
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue