mglaman / phpstan-drupal

Extension for PHPStan to allow analysis of Drupal code.
https://phpstan-drupal.mglaman.dev/
MIT License
198 stars 76 forks source link

Add stubs for daterange field type #786

Open ceesgeene opened 4 months ago

ceesgeene commented 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.