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

Commit

Permalink
Resolved merge conflicts from commit 83ba3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Mike Willbanks committed Jun 20, 2013
1 parent 61ea689 commit 4290f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/Storage/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
use Zend\EventManager\EventManagerInterface;
use Zend\EventManager\EventsCapableInterface;

abstract class AbstractAdapter implements
StorageInterface,
EventsCapableInterface
abstract class AbstractAdapter implements StorageInterface, EventsCapableInterface
{
/**
* The used EventManager if any
Expand Down
4 changes: 1 addition & 3 deletions src/Storage/Adapter/KeyListIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
use Zend\Cache\Storage\IteratorInterface;
use Zend\Cache\Storage\StorageInterface;

class KeyListIterator implements
IteratorInterface,
Countable
class KeyListIterator implements IteratorInterface, Countable
{

/**
Expand Down

0 comments on commit 4290f30

Please sign in to comment.