Closed Gymnasiast closed 5 years ago
The following does not work:
/** * @var \DateTime|null $fromDate */ public $fromDate = null;
This does work:
/** * @var \DateTime $fromDate */ public $fromDate = null;
The following does not work:
This does work: