Skip to content

Commit 40d5770

Browse files
authored
Fixed cs-fixer issues.
1 parent 143e01b commit 40d5770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Style/TextBox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class TextBox extends Image
6565
* @var string
6666
*/
6767
private $borderColor;
68-
68+
6969
/**
7070
* background color.
7171
*
@@ -78,7 +78,7 @@ class TextBox extends Image
7878
*
7979
* @param string $value
8080
*/
81-
public function setBgColor($value = null)
81+
public function setBgColor($value = null): void
8282
{
8383
$this->bgColor = $value;
8484
}

0 commit comments

Comments
 (0)