Skip to content

Commit

Permalink
remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Aug 14, 2014
1 parent c282fd5 commit 748bd61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Matcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
*/
namespace Ray\Aop;

use Doctrine\Common\Annotations\AnnotationReader;
use Doctrine\Common\Annotations\CachedReader;
use Doctrine\Common\Annotations\FileCacheReader;
use Doctrine\Common\Annotations\Reader;
use Ray\Aop\Exception\InvalidAnnotation;
use Ray\Aop\Exception\InvalidArgument as InvalidArgumentException;
use ReflectionClass;

class Matcher extends AbstractMatcher implements Matchable
{
Expand Down

0 comments on commit 748bd61

Please sign in to comment.