Skip to content

Commit

Permalink
Fixed CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hazington committed Sep 22, 2024
1 parent 74264fa commit cb02d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PhpWord/Element/AbstractElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public function isInSection()
* Set new style value.
*
* @param AbstractStyle $styleObject Style object
* @param null|AbstractStyle|Style|array|string $styleValue Style value
* @param null|AbstractStyle|array|string|Style $styleValue Style value
* @param bool $returnObject Always return object
*
* @return mixed
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpWordTests/Element/CellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testConstructWithStyleArray(): void
}

/**
* Test if the style object passed to the constructor is actually used
* Test if the style object passed to the constructor is actually used.
*/
public function testConstructWithStyleObject(): void
{
Expand Down

0 comments on commit cb02d7f

Please sign in to comment.