zenstruck / messenger-test

Assertions and helpers for testing your symfony/messenger queues.
MIT License
218 stars 15 forks source link

fix(EnvelopeCollection): return type for psalm and method final #60

Closed flohw closed 1 year ago

flohw commented 1 year ago

@nikophil I make all public method as final.

The class was final before my changes. As the EnvelopeCollection is now extended we need to make each of the public method final.

related to #59

Thanks :-)

nikophil commented 1 year ago

thanks @flohw