Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
troosan committed Feb 5, 2019
1 parent 235cc12 commit e3020c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PhpWord/Style/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public function setLineNumbering($value = null)
/**
* Get vertical alignment
*
* @return \PhpOffice\PhpWord\SimpleType\VerticalJc
* @return string
*/
public function getVAlign()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpWord/Reader/Word2007/StyleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

use PhpOffice\PhpWord\AbstractTestReader;
use PhpOffice\PhpWord\SimpleType\TblWidth;
use PhpOffice\PhpWord\SimpleType\VerticalJc;
use PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Table;
use PhpOffice\PhpWord\Style\TablePosition;
use PhpOffice\PhpWord\SimpleType\VerticalJc;

/**
* Test class for PhpOffice\PhpWord\Reader\Word2007\Styles
Expand Down

0 comments on commit e3020c0

Please sign in to comment.