File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/PhpWordTests/Element Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ public function isInSection()
485
485
* Set new style value.
486
486
*
487
487
* @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
489
489
* @param bool $returnObject Always return object
490
490
*
491
491
* @return mixed
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function testConstructWithStyleArray(): void
51
51
}
52
52
53
53
/**
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.
55
55
*/
56
56
public function testConstructWithStyleObject (): void
57
57
{
You can’t perform that action at this time.
0 commit comments