Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89470f1

Browse files
authored
[Workflow] Update phpdoc to fit a used className
1 parent 8c1e299 commit 89470f1

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

src/Symfony/Component/Workflow/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)