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

Commit

Permalink
Merge branch 'feature/2367' into develop
Browse files Browse the repository at this point in the history
Close zendframework/zendframework#2367

- Merging to develop, as this is technically an API change, even if it is BC.
  • 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/PatternFactory.php
Expand Up @@ -17,7 +17,7 @@
* @category Zend
* @package Zend_Cache
*/
class PatternFactory
abstract class PatternFactory
{
/**
* The pattern manager
Expand Down
2 changes: 1 addition & 1 deletion src/StorageFactory.php
Expand Up @@ -18,7 +18,7 @@
* @package Zend_Cache
* @subpackage Storage
*/
class StorageFactory
abstract class StorageFactory
{
/**
* Plugin manager for loading adapters
Expand Down

0 comments on commit 0103b22

Please sign in to comment.