Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/zendframework/zf2 into zf…
Browse files Browse the repository at this point in the history
…5256
  • Loading branch information
imel96 committed Nov 18, 2013
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/PatternPluginManager.php
Expand Up @@ -14,7 +14,7 @@
/**
* Plugin manager implementation for cache pattern adapters
*
* Enforces that adatpers retrieved are instances of
* Enforces that retrieved adapters are instances of
* Pattern\PatternInterface. Additionally, it registers a number of default
* patterns available.
*/
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Adapter/Redis.php
Expand Up @@ -14,7 +14,6 @@
use stdClass;
use Zend\Cache\Storage\Adapter\AbstractAdapter;
use Zend\Cache\Exception;
use Zend\Cache\Storage\AvailableSpaceCapableInterface;
use Zend\Cache\Storage\Capabilities;
use Zend\Cache\Storage\FlushableInterface;
use Zend\Cache\Storage\TotalSpaceCapableInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Adapter/RedisOptions.php
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Cache\Storage\Adapter;

use Redis as RedisResource;
use Zend\Cache\Exception;
use Zend\Cache\Storage\Adapter\AdapterOptions;

Expand Down
1 change: 0 additions & 1 deletion src/Storage/Adapter/RedisResourceManager.php
Expand Up @@ -10,7 +10,6 @@
namespace Zend\Cache\Storage\Adapter;

use Redis as RedisResource;
use RedisException as RedisResourceException;
use ReflectionClass;
use Traversable;
use Zend\Cache\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Adapter/SessionOptions.php
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Cache\Storage\Adapter;

use Zend\Cache\Exception;
use Zend\Session\Container as SessionContainer;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Plugin/ClearExpiredByFactor.php
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Cache\Storage\Plugin;

use Zend\Cache\Exception;
use Zend\Cache\Storage\ClearExpiredInterface;
use Zend\Cache\Storage\PostEvent;
use Zend\EventManager\EventManagerInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Plugin/OptimizeByFactor.php
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Cache\Storage\Plugin;

use Zend\Cache\Exception;
use Zend\Cache\Storage\OptimizableInterface;
use Zend\Cache\Storage\PostEvent;
use Zend\EventManager\EventManagerInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Plugin/Serializer.php
Expand Up @@ -10,7 +10,6 @@
namespace Zend\Cache\Storage\Plugin;

use stdClass;
use Zend\Cache\Exception;
use Zend\Cache\Storage\Capabilities;
use Zend\Cache\Storage\Event;
use Zend\Cache\Storage\PostEvent;
Expand Down
1 change: 0 additions & 1 deletion test/Storage/Adapter/CommonAdapterTest.php
Expand Up @@ -20,7 +20,6 @@
use Zend\Cache\Storage\OptimizableInterface;
use Zend\Cache\Storage\TaggableInterface;
use Zend\Cache\Storage\TotalSpaceCapableInterface;
use Zend\Http\Header\Expires;
use Zend\Stdlib\ErrorHandler;

/**
Expand Down
1 change: 0 additions & 1 deletion test/Storage/Adapter/KeyListIteratorTest.php
Expand Up @@ -10,7 +10,6 @@
namespace ZendTest\Cache\Storage\Adapter;

use Zend\Cache;
use Zend\Cache\Storage\Adapter\Memory as MemoryStorage;
use Zend\Cache\Storage\Adapter\KeyListIterator;

/**
Expand Down

0 comments on commit d4e61ff

Please sign in to comment.