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

Commit

Permalink
Merge branch 'hotfix/ZF-27-Cache'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MemoryManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace Zend\Memory;

use Zend\Cache\Storage\Adapter as CacheAdapter;
use Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter;

/**
* Memory manager
Expand Down
2 changes: 1 addition & 1 deletion test/AccessControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace ZendTest\Memory;

use Zend\Cache\StorageFactory as CacheFactory,
Zend\Cache\Storage\Adapter as CacheAdapter,
Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter,
Zend\Memory,
Zend\Memory\Container;

Expand Down
2 changes: 1 addition & 1 deletion test/MemoryManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace ZendTest\Memory;

use Zend\Cache\StorageFactory as CacheFactory,
Zend\Cache\Storage\Adapter as CacheAdapter,
Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter,
Zend\Memory,
Zend\Memory\Container;

Expand Down

0 comments on commit 75447c2

Please sign in to comment.