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

Commit

Permalink
Merge branch 'hotfix/134'
Browse files Browse the repository at this point in the history
Close #134
  • Loading branch information
weierophinney committed Apr 17, 2018
2 parents 5024996 + f9f58fd commit 0b53ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.
Expand All @@ -18,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#134](https://github.com/zendframework/zend-cache/pull/134) adds a missing import statement for `Traversable` within the `AdapterOptions` class.

- [#128](https://github.com/zendframework/zend-cache/pull/128)
Fixed incorrect variable usage in MongoDbResourceManager

Expand Down
1 change: 1 addition & 0 deletions src/Storage/Adapter/AdapterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
namespace Zend\Cache\Storage\Adapter;

use ArrayObject;
use Traversable;
use Zend\Cache\Exception;
use Zend\Cache\Storage\Event;
use Zend\Cache\Storage\StorageInterface;
Expand Down

0 comments on commit 0b53ad1

Please sign in to comment.