Skip to content

Commit 436a52e

Browse files
authored
Merge pull request #83 from Riley19280/fix-event-typehint
Fix event transition blocker typehint
2 parents a25bb1c + f573ff1 commit 436a52e

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)