mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -7,13 +7,9 @@ use Cake\Chronos\Chronos;
|
||||
|
||||
final class DateRange
|
||||
{
|
||||
/**
|
||||
* @var Chronos|null
|
||||
*/
|
||||
/** @var Chronos|null */
|
||||
private $startDate;
|
||||
/**
|
||||
* @var Chronos|null
|
||||
*/
|
||||
/** @var Chronos|null */
|
||||
private $endDate;
|
||||
|
||||
public function __construct(?Chronos $startDate = null, ?Chronos $endDate = null)
|
||||
|
||||
Reference in New Issue
Block a user