We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a0dee commit 88af1e5Copy full SHA for 88af1e5
Event/Event.php
@@ -60,7 +60,7 @@ public function getWorkflowName()
60
return $this->workflow->getName();
61
}
62
63
- public function getMetadata(string $key, object $subject)
+ public function getMetadata(string $key, $subject)
64
{
65
return $this->workflow->getMetadataStore()->getMetadata($key, $subject);
66
0 commit comments