Skip to content

Commit 307f530

Browse files
authored
Fix deprecation (#53)
1 parent c279c5a commit 307f530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/WebPushGenerateKeysCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class WebPushGenerateKeysCommand extends Command
1818
/**
1919
* {@inheritdoc}
2020
*/
21-
protected function configure()
21+
protected function configure(): void
2222
{
2323
$this
2424
->setName('webpush:generate:keys')

0 commit comments

Comments
 (0)