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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/ZF2-270
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Paginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Iterator,
IteratorAggregate,
Traversable,
Zend\Cache\Storage\Adapter as CacheAdapter,
Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter,
Zend\Db\Select as DbSelect,
Zend\Db\Table\AbstractRowset as DbAbstractRowset,
Zend\Db\Table\Select as DbTableSelect,
Expand Down
2 changes: 1 addition & 1 deletion test/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

use PHPUnit_Framework_TestCase as TestCase,
Zend\Cache\StorageFactory as CacheFactory,
Zend\Cache\Storage\Adapter as CacheAdapter,
Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter,
Zend\Config,
Zend\Paginator,
Zend\Paginator\Adapter,
Expand Down

0 comments on commit 6bfa503

Please sign in to comment.