Skip to content

Commit e0dbcdc

Browse files
authored
[Workflow] Update phpdoc to fit a used className
1 parent b871be5 commit e0dbcdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Event/Event.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ class Event extends BaseEvent
3030
private $workflowName;
3131

3232
/**
33-
* @param object $subject
34-
* @param Marking $marking
35-
* @param Transition $transition
36-
* @param Workflow $workflow
33+
* @param object $subject
34+
* @param Marking $marking
35+
* @param Transition $transition
36+
* @param WorkflowInterface $workflow
3737
*/
3838
public function __construct($subject, Marking $marking, Transition $transition, $workflow = null)
3939
{

0 commit comments

Comments
 (0)