Fixed cs-fixer issues.
This commit is contained in:
parent
143e01b29b
commit
40d5770651
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user