Skip to content

Commit 143e01b

Browse files
authored
Added period to the comments to match the cs-fixer configuration
1 parent 25575c8 commit 143e01b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/PhpWord/Style/TextBox.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ class TextBox extends Image
6767
private $borderColor;
6868

6969
/**
70-
* background color
70+
* background color.
7171
*
7272
* @var string
7373
*/
7474
private $bgColor;
7575

7676
/**
77-
* Set background color
77+
* Set background color.
7878
*
7979
* @param string $value
8080
*/
@@ -84,7 +84,7 @@ public function setBgColor($value = null)
8484
}
8585

8686
/**
87-
* Get background color
87+
* Get background color.
8888
*
8989
* @return string
9090
*/

0 commit comments

Comments
 (0)