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

Commit

Permalink
Merge remote-tracking branch 'prolic/stdlib' into prolic-zen-52
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 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Pattern/PatternOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use Zend\Cache\Exception,
Zend\Cache\StorageFactory,
Zend\Cache\Storage\StorageInterface as Storage,
Zend\Stdlib\Options;
Zend\Stdlib\AbstractOptions;

/**
* @category Zend
Expand All @@ -33,7 +33,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class PatternOptions extends Options
class PatternOptions extends AbstractOptions
{
/**
* Used by:
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Adapter/AdapterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Zend\Cache\Storage\Event,
Zend\Cache\Storage\StorageInterface,
Zend\EventManager\EventsCapableInterface,
Zend\Stdlib\Options;
Zend\Stdlib\AbstractOptions;

/**
* Unless otherwise marked, all options in this class affect all adapters.
Expand All @@ -37,7 +37,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class AdapterOptions extends Options
class AdapterOptions extends AbstractOptions
{

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Plugin/PluginOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use Zend\Cache\Exception,
Zend\Serializer\Adapter\AdapterInterface as SerializerAdapter,
Zend\Serializer\Serializer as SerializerFactory,
Zend\Stdlib\Options;
Zend\Stdlib\AbstractOptions;

/**
* @category Zend
Expand All @@ -33,7 +33,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class PluginOptions extends Options
class PluginOptions extends AbstractOptions
{
/**
* Used by:
Expand Down

0 comments on commit 4c690cd

Please sign in to comment.