Fix whitespace issue

This commit is contained in:
Hank Grabowski 2023-02-27 13:47:02 -05:00
parent b375f64e0e
commit 2f3a7c422f
1 changed files with 4 additions and 4 deletions

View File

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