Skip to content

Commit

Permalink
Add missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored and ciaranmcnulty committed Dec 2, 2017
1 parent a728422 commit b71067e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpSpec/Matcher/TriggerMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use PhpSpec\Wrapper\Unwrapper;
use PhpSpec\Wrapper\DelayedCall;
use PhpSpec\Exception\Example\FailureException;
use PhpSpec\Exception\Example\MatcherException;
use PhpSpec\Exception\Fracture\MethodNotFoundException;

final class TriggerMatcher implements Matcher
Expand Down

0 comments on commit b71067e

Please sign in to comment.