Fixed cs-fixer issues.
This commit is contained in:
parent
143e01b29b
commit
40d5770651
@ -65,7 +65,7 @@ class TextBox extends Image
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $borderColor;
|
private $borderColor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* background color.
|
* background color.
|
||||||
*
|
*
|
||||||
@ -78,7 +78,7 @@ class TextBox extends Image
|
|||||||
*
|
*
|
||||||
* @param string $value
|
* @param string $value
|
||||||
*/
|
*/
|
||||||
public function setBgColor($value = null)
|
public function setBgColor($value = null): void
|
||||||
{
|
{
|
||||||
$this->bgColor = $value;
|
$this->bgColor = $value;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user