From cb02d7febcd0052e9a026fa87737090070ac8b38 Mon Sep 17 00:00:00 2001 From: Erik Hazigton Date: Sun, 22 Sep 2024 16:48:06 +0200 Subject: [PATCH] Fixed CS issues --- src/PhpWord/Element/AbstractElement.php | 2 +- tests/PhpWordTests/Element/CellTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpWord/Element/AbstractElement.php b/src/PhpWord/Element/AbstractElement.php index 6e13c705a6..42d55b1e7b 100644 --- a/src/PhpWord/Element/AbstractElement.php +++ b/src/PhpWord/Element/AbstractElement.php @@ -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 diff --git a/tests/PhpWordTests/Element/CellTest.php b/tests/PhpWordTests/Element/CellTest.php index d9181a9328..93eba9df93 100644 --- a/tests/PhpWordTests/Element/CellTest.php +++ b/tests/PhpWordTests/Element/CellTest.php @@ -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 {