Skip to content

Commit

Permalink
minor #22653 [Workflow] fix use directives (ogizanagi)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed May 8, 2017
2 parents f832a4c + 08f4ad2 commit ec92b68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php
Expand Up @@ -12,6 +12,7 @@
namespace Symfony\Bridge\Twig\Extension;

use Symfony\Component\Workflow\Registry;
use Symfony\Component\Workflow\Transition;

/**
* WorkflowExtension.
Expand Down
Expand Up @@ -8,7 +8,6 @@
use Symfony\Component\Workflow\EventListener\AuditTrailListener;
use Symfony\Component\Workflow\MarkingStore\MultipleStateMarkingStore;
use Symfony\Component\Workflow\Tests\WorkflowBuilderTrait;
use Symfony\Component\Workflow\Transition;
use Symfony\Component\Workflow\Workflow;

class AuditTrailListenerTest extends TestCase
Expand Down

0 comments on commit ec92b68

Please sign in to comment.