dpi
dpi
Tests are in @GrahamCampbell
lint changed, its not clear to me how to get the other tests to run?
Affects external issue https://www.drupal.org/project/date_recur/issues/3250423
`composer update --lock` !
It'd be nice, sure, but how sustainable is it? I personally wouldnt want to maintain an unlimited number of contrib types? Maybe contribs should implement `@property`. As you already mentioned...
I think its critical that this project provides the shims for core, even if the ultimate aim would be to create issues in core itself to add hints.
agreed, updating to assert or typehinting interfaces work. Updating any occurrences of `$entity->bundle() ===` is low hanging fruit. > NodeInterface|ArticleBundle|LandingPage I'm yet to need any kind of union type, since...
See also a CI run with PHP 8.1 which revealed this issue: https://www.drupal.org/pift-ci-job/2249476. Note: PHP 8.0 is passing fine for this project.