Added period to the comments to match the cs-fixer configuration
This commit is contained in:
parent
25575c80ca
commit
143e01b29b
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user