We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74264fa commit cb02d7fCopy full SHA for cb02d7f
src/PhpWord/Element/AbstractElement.php
@@ -485,7 +485,7 @@ public function isInSection()
485
* Set new style value.
486
*
487
* @param AbstractStyle $styleObject Style object
488
- * @param null|AbstractStyle|Style|array|string $styleValue Style value
+ * @param null|AbstractStyle|array|string|Style $styleValue Style value
489
* @param bool $returnObject Always return object
490
491
* @return mixed
tests/PhpWordTests/Element/CellTest.php
@@ -51,7 +51,7 @@ public function testConstructWithStyleArray(): void
51
}
52
53
/**
54
- * Test if the style object passed to the constructor is actually used
+ * Test if the style object passed to the constructor is actually used.
55
*/
56
public function testConstructWithStyleObject(): void
57
{
0 commit comments