fix warnings

This commit is contained in:
troosan 2019-02-05 23:05:18 +01:00
parent 235cc1205c
commit e3020c0db3
2 changed files with 2 additions and 2 deletions

View File

@ -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()
{ {

View File

@ -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