8000 [Workflow] Make method signature compatible with 4.4 · symfony/symfony@474be96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 474be96

Browse files
pbowyerlyrixx
authored andcommitted
[Workflow] Make method signature compatible with 4.4
1 parent 29e5222 commit 474be96

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Workflow/Event

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/Event/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getWorkflowName()
6060
return $this->workflow->getName();
6161
}
6262

63-
public function getMetadata(string $key, object $subject)
63+
public function getMetadata(string $key, $subject)
6464
{
6565
return $this->workflow->getMetadataStore()->getMetadata($key, $subject);
6666
}

0 commit comments

Comments
 (0)
0