From 143e01b29b3595eae2ce032deca313e49480c848 Mon Sep 17 00:00:00 2001 From: Erik Hazington <83652897+hazington@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:46:44 +0100 Subject: [PATCH] Added period to the comments to match the cs-fixer configuration --- src/PhpWord/Style/TextBox.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PhpWord/Style/TextBox.php b/src/PhpWord/Style/TextBox.php index 447c6c91..a43b76fe 100644 --- a/src/PhpWord/Style/TextBox.php +++ b/src/PhpWord/Style/TextBox.php @@ -67,14 +67,14 @@ class TextBox extends Image private $borderColor; /** - * background color + * background color. * * @var string */ private $bgColor; /** - * Set background color + * Set background color. * * @param string $value */ @@ -84,7 +84,7 @@ class TextBox extends Image } /** - * Get background color + * Get background color. * * @return string */