Minishlink / web-push-bundle

Bundle around the WebPush library
MIT License
45 stars 10 forks source link

Make Symfony 7 compatible #27

Closed franciscosantamaria closed 6 months ago

franciscosantamaria commented 7 months ago

Hi, this bundle is not compatible with Symfony 7.0 due to a missing return type declaration:

When compiling the container it throws a Fatal error:

image

See this Symfony blogpost

Btw, thanks for your free time dedication.