Skip to content

Commit cb02d7f

Browse files
committed
Fixed CS issues
1 parent 74264fa commit cb02d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PhpWord/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ public function isInSection()
485485
* Set new style value.
486486
*
487487
* @param AbstractStyle $styleObject Style object
488-
* @param null|AbstractStyle|Style|array|string $styleValue Style value
488+
* @param null|AbstractStyle|array|string|Style $styleValue Style value
489489
* @param bool $returnObject Always return object
490490
*
491491
* @return mixed

tests/PhpWordTests/Element/CellTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testConstructWithStyleArray(): void
5151
}
5252

5353
/**
54-
* Test if the style object passed to the constructor is actually used
54+
* Test if the style object passed to the constructor is actually used.
5555
*/
5656
public function testConstructWithStyleObject(): void
5757
{

0 commit comments

Comments
 (0)