From c2a50b8be76fe5684baedd649b172c2d174e46b4 Mon Sep 17 00:00:00 2001 From: Michal Dabrowski Date: Thu, 22 May 2014 14:55:30 +0200 Subject: [PATCH] Removing unused use statement --- src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php b/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php index 47c9007e..edc6cdec 100644 --- a/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php +++ b/src/Coduo/PHPMatcher/Matcher/ArrayMatcher.php @@ -3,7 +3,6 @@ namespace Coduo\PHPMatcher\Matcher; use Symfony\Component\PropertyAccess\PropertyAccess; -use Symfony\Component\PropertyAccess\Exception\NoSuchIndexException; use Symfony\Component\PropertyAccess\PropertyAccessor; class ArrayMatcher extends Matcher