From 40d57706515da9821006163f3d3463484b2ee067 Mon Sep 17 00:00:00 2001 From: Erik Hazington <83652897+hazington@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:50:28 +0100 Subject: [PATCH] Fixed cs-fixer issues. --- src/PhpWord/Style/TextBox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpWord/Style/TextBox.php b/src/PhpWord/Style/TextBox.php index a43b76fe..846c89b5 100644 --- a/src/PhpWord/Style/TextBox.php +++ b/src/PhpWord/Style/TextBox.php @@ -65,7 +65,7 @@ class TextBox extends Image * @var string */ private $borderColor; - + /** * background color. * @@ -78,7 +78,7 @@ class TextBox extends Image * * @param string $value */ - public function setBgColor($value = null) + public function setBgColor($value = null): void { $this->bgColor = $value; }