Skip to content

Commit 9b7e506

Browse files
author
MateuszKolankowski
committed
Refactor command configure methods to enforce return type
1 parent f706932 commit 9b7e506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Command/MigrateLegacyMatrixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
/**
4848
* {@inheritdoc}
4949
*/
50-
protected function configure()
50+
protected function configure(): void
5151
{
5252
$this
5353
->addOption(

0 commit comments

Comments
 (0)