EventSaucePHP / EventSauce

A pragmatic event sourcing library for PHP with a focus on developer experience.
https://eventsauce.io/
MIT License
817 stars 82 forks source link

Make template for AggregateRootId a covariant template #205

Closed asgrim closed 1 year ago

asgrim commented 1 year ago

See vimeo/psalm#9161 - the @template-covariant annotation should be applied to the AggregateRoot interface, since it should allow any covariant AggregateRootId implementation.

frankdejonge commented 1 year ago

Cheers @asgrim, released as 3.2.2

asgrim commented 1 year ago

Cheers @asgrim, released as 3.2.2

Thanks @frankdejonge for the speedy release ❤️