Skip to content

Commit 44e383a

Browse files
committed
Abstract class implements the interface
1 parent e407656 commit 44e383a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cache/Adapter/AbstractCacheAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
use Sunspikes\Ratelimit\Cache\Exception\ItemNotFoundException;
2929

30-
class AbstractCacheAdapter
30+
class AbstractCacheAdapter implements CacheAdapterInterface
3131
{
3232
/* @var mixed */
3333
protected $cache;

src/Cache/Adapter/DesarrollaCacheAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Adapter for the cache library Desarrolla2\Cache
3030
*/
31-
class DesarrollaCacheAdapter extends AbstractCacheAdapter implements CacheAdapterInterface
31+
class DesarrollaCacheAdapter extends AbstractCacheAdapter
3232
{
3333
/**
3434
* @param \Desarrolla2\Cache\CacheInterface $cache

0 commit comments

Comments
 (0)