Fixed cs-fixer issues.

This commit is contained in:
Erik Hazington 2022-12-30 21:50:28 +01:00 committed by GitHub
parent 143e01b29b
commit 40d5770651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}