Fix whitespace issue
This commit is contained in:
parent
b375f64e0e
commit
2f3a7c422f
|
@ -33,10 +33,10 @@ class UserStats extends BaseDataTransferObject
|
||||||
/** @var int */
|
/** @var int */
|
||||||
protected $active_month = 0;
|
protected $active_month = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $active_month
|
* @param int $active_month
|
||||||
*/
|
*/
|
||||||
public function __construct(int $active_month)
|
public function __construct(int $active_month)
|
||||||
{
|
{
|
||||||
$this->active_month = $active_month;
|
$this->active_month = $active_month;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user