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

Commit

Permalink
Merge pull request #6000
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 19, 2014
2 parents c98dc5f + 21a1294 commit ba9a30e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/Zend/Cache/Storage/Adapter/BlackHole.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class BlackHole implements
/**
* Constructor
*
* @param null|array|Traversable|AdapterOptions $options
* @param null|array|\Traversable|AdapterOptions $options
*/
public function __construct($options = null)
{
Expand All @@ -70,7 +70,7 @@ public function __construct($options = null)
/**
* Set options.
*
* @param array|Traversable|Adapter\AdapterOptions $options
* @param array|\Traversable|AdapterOptions $options
* @return StorageInterface Fluent interface
*/
public function setOptions($options)
Expand All @@ -92,7 +92,7 @@ public function setOptions($options)
/**
* Get options
*
* @return Adapter\AdapterOptions
* @return AdapterOptions
*/
public function getOptions()
{
Expand Down Expand Up @@ -428,7 +428,7 @@ public function flush()
/**
* Get the storage iterator
*
* @return KeyIterator
* @return KeyListIterator
*/
public function getIterator()
{
Expand Down

0 comments on commit ba9a30e

Please sign in to comment.