Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#7033-minor-cache-doc…
Browse files Browse the repository at this point in the history
…block-fixes' into develop

Close zendframework/zendframework#7033
Forward port zendframework/zendframework#7033
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents 5142345 + 5fa6f3b commit 512b2ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AdapterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AdapterOptions extends AbstractOptions
/**
* The adapter using these options
*
* @var null|Filesystem
* @var null|StorageInterface
*/
protected $adapter;

Expand Down
2 changes: 1 addition & 1 deletion DbaIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DbaIterator implements IteratorInterface
/**
* The apc storage instance
*
* @var Apc
* @var Dba
*/
protected $storage;

Expand Down
4 changes: 2 additions & 2 deletions XCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class XCache extends AbstractAdapter implements
/**
* Constructor
*
* @param null|array|Traversable|ApcOptions $options
* @param null|array|Traversable|XCacheOptions $options
* @throws Exception\ExceptionInterface
*/
public function __construct($options = null)
Expand Down Expand Up @@ -74,7 +74,7 @@ public function __construct($options = null)
/**
* Set options.
*
* @param array|Traversable|ApcOptions $options
* @param array|Traversable|XCacheOptions $options
* @return XCache
* @see getOptions()
*/
Expand Down

0 comments on commit 512b2ba

Please sign in to comment.