Skip to content

Commit 63aac08

Browse files
authored
Update HandlerArgumentsStamp.php
1 parent 80f8fcd commit 63aac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Stamp/HandlerArgumentsStamp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(
2020
private array $additionalArguments,
2121
) {
2222
}
23-
23+
2424
public function getAdditionalArguments()
2525
{
2626
return $this->additionalArguments;

0 commit comments

Comments
 (0)