Skip to content

Commit 5d49067

Browse files
committed
Fix more signatures
1 parent 09bbbd6 commit 5d49067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/enqueue/Tests/Symfony/Consumption/Mock/LimitsExtensionsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function getExtensions()
1818
return $this->extensions;
1919
}
2020

21-
protected function configure()
21+
protected function configure(): void
2222
{
2323
parent::configure();
2424

pkg/enqueue/Tests/Symfony/Consumption/Mock/QueueConsumerOptionsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(QueueConsumerInterface $consumer)
2424
$this->consumer = $consumer;
2525
}
2626

27-
protected function configure()
27+
protected function configure(): void
2828
{
2929
parent::configure();
3030

0 commit comments

Comments
 (0)