Skip to content

Commit 17c7185

Browse files
committed
Fix function signature
1 parent 147a5e3 commit 17c7185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Symfony/Client/Mock/SetupBrokerExtensionCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function getExtension()
2222
return $this->extension;
2323
}
2424

25-
protected function configure()
25+
protected function configure(): void
2626
{
2727
parent::configure();
2828

0 commit comments

Comments
 (0)