Open ceesgeene opened 4 months ago
Resolves https://github.com/mglaman/phpstan-drupal/issues/369
Note this MR is a follow up on https://github.com/mglaman/phpstan-drupal/pull/785
Also please carefully review the @property-read null $date. Not sure if this is the best solution. Maybe we should just remove the extends DateTimeItem.
@property-read null $date
extends DateTimeItem
Resolves https://github.com/mglaman/phpstan-drupal/issues/369
Note this MR is a follow up on https://github.com/mglaman/phpstan-drupal/pull/785
Also please carefully review the
@property-read null $date
. Not sure if this is the best solution. Maybe we should just remove theextends DateTimeItem
.