We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407656 commit 44e383aCopy full SHA for 44e383a
src/Cache/Adapter/AbstractCacheAdapter.php
@@ -27,7 +27,7 @@
27
28
use Sunspikes\Ratelimit\Cache\Exception\ItemNotFoundException;
29
30
-class AbstractCacheAdapter
+class AbstractCacheAdapter implements CacheAdapterInterface
31
{
32
/* @var mixed */
33
protected $cache;
src/Cache/Adapter/DesarrollaCacheAdapter.php
@@ -28,7 +28,7 @@
/**
* Adapter for the cache library Desarrolla2\Cache
*/
-class DesarrollaCacheAdapter extends AbstractCacheAdapter implements CacheAdapterInterface
+class DesarrollaCacheAdapter extends AbstractCacheAdapter
34
* @param \Desarrolla2\Cache\CacheInterface $cache
0 commit comments