Skip to content

Commit 2eaefe7

Browse files
authored
Update MacroMethodExtension.php
1 parent 2fbd50c commit 2eaefe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacroMethodExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(PhpMethodReflectionFactory $methodReflectionFactory,
5050
/**
5151
* @inheritdoc
5252
*/
53-
public function setBroker(Broker $broker)
53+
public function setBroker(Broker $broker): void
5454
{
5555
$this->broker = $broker;
5656
}

0 commit comments

Comments
 (0)