8000 minor #22653 [Workflow] fix use directives (ogizanagi) · symfony/symfony@ec92b68 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec92b68

Browse files
committed
minor #22653 [Workflow] fix use directives (ogizanagi)
This PR was merged into the 3.2 branch. Discussion ---------- [Workflow] fix use directives | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Spotted while creating #22652 Commits ------- 08f4ad2 [Workflow] fix use directives
2 parents f832a4c + 08f4ad2 commit ec92b68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Bridge\Twig\Extension;
1313

1414
use Symfony\Component\Workflow\Registry;
15+
use Symfony\Component\Workflow\Transition;
1516

1617
/**
1718
* WorkflowExtension.

src/Symfony/Component/Workflow/Tests/EventListener/AuditTrailListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Symfony\Component\Workflow\EventListener\AuditTrailListener;
99
use Symfony\Component\Workflow\MarkingStore\MultipleStateMarkingStore;
1010
use Symfony\Component\Workflow\Tests\WorkflowBuilderTrait;
11-
use Symfony\Component\Workflow\Transition;
1211
use Symfony\Component\Workflow\Workflow;
1312

1413
class AuditTrailListenerTest extends TestCase

0 commit comments

Comments
 (0)
0