swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Updated declaration of SwarrotDataCollector::collect() to match with … #169

Closed nicolasmartin closed 4 years ago

nicolasmartin commented 4 years ago

On Symfony 5.0.1, the DataCollectorInterfac::collect() now uses the \Throwable type in the signature, which throws an incompatible error. This patch fixes that.

odolbeau commented 4 years ago

Thanks a lot! :+1: