Skip to content

Commit a319730

Browse files
committed
Add return type
1 parent acc26ef commit a319730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/End2End/App/Command/MainCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class MainCommand extends Command
1313
{
14-
protected function configure()
14+
protected function configure(): void
1515
{
1616
$this
1717
->addOption('option1', null, InputOption::VALUE_NONE)

0 commit comments

Comments
 (0)