Skip to content

Commit

Permalink
Fix namespace error for EventDispatcherInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Sep 26, 2019
1 parent b7c4442 commit 2457110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rule/Type/Composition.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use PhpAT\Rule\Event\StatementNotValidEvent;
use PhpParser\NodeTraverserInterface;
use PhpParser\Parser;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

class Composition implements RuleType
{
Expand Down

0 comments on commit 2457110

Please sign in to comment.