From 307f530eedc7c02277573253f5d5b0d800308439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20As=C3=ADs?= <50383201+easis@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:27:33 +0200 Subject: [PATCH] Fix deprecation (#53) --- src/Command/WebPushGenerateKeysCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/WebPushGenerateKeysCommand.php b/src/Command/WebPushGenerateKeysCommand.php index 7aea684..96b0a15 100644 --- a/src/Command/WebPushGenerateKeysCommand.php +++ b/src/Command/WebPushGenerateKeysCommand.php @@ -18,7 +18,7 @@ final class WebPushGenerateKeysCommand extends Command /** * {@inheritdoc} */ - protected function configure() + protected function configure(): void { $this ->setName('webpush:generate:keys')