Added period to the comments to match the cs-fixer configuration

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

View File

@ -67,14 +67,14 @@ class TextBox extends Image
private $borderColor;
/**
* background color
* background color.
*
* @var string
*/
private $bgColor;
/**
* Set background color
* Set background color.
*
* @param string $value
*/
@ -84,7 +84,7 @@ class TextBox extends Image
}
/**
* Get background color
* Get background color.
*
* @return string
*/