Skip to content

Commit f573ff1

Browse files
committed
Fix event typehints
1 parent 9087138 commit f573ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Events/GuardEvent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
use Symfony\Component\Workflow\Marking;
66
use Symfony\Component\Workflow\Transition;
77
use Symfony\Component\Workflow\Event\Event;
8+
use Symfony\Component\Workflow\TransitionBlocker;
9+
use Symfony\Component\Workflow\TransitionBlockerList;
810
use Symfony\Component\Workflow\WorkflowInterface;
911
use Symfony\Component\Workflow\Event\GuardEvent as SymfonyGuardEvent;
1012

0 commit comments

Comments
 (0)