diff --git a/src/Config.php b/src/Config.php index 11ec759..9456ca7 100644 --- a/src/Config.php +++ b/src/Config.php @@ -13,7 +13,6 @@ use ArrayAccess; use Countable; use Iterator; -use Zend\Stdlib\ArrayUtils; /** * Provides a property based interface to an array. diff --git a/test/Reader/AbstractReaderTestCase.php b/test/Reader/AbstractReaderTestCase.php index 1e45a5c..3c94dc1 100644 --- a/test/Reader/AbstractReaderTestCase.php +++ b/test/Reader/AbstractReaderTestCase.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Config\Reader\ReaderInterface; -use ReflectionClass; /** * @category Zend