bpolaszek / webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.
MIT License
66 stars 40 forks source link

fix: add return type to `configure` method of `WebPushGenerateKeysCommand` #53

Closed easis closed 2 months ago

easis commented 2 months ago
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "BenTools\WebPushBundle\Command\WebPushGenerateKeysCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
bpolaszek commented 2 months ago

Thank you @easis.