zenstruck / messenger-test

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

minor: Add conditional return type for `EnvelopeCollection::messages` #64

Closed norkunas closed 1 year ago

norkunas commented 1 year ago

This will help to avoid useless assertion in tests just to please the static analysis tools

nikophil commented 1 year ago

nice, thanks @norkunas