aboutsummaryrefslogtreecommitdiff
path: root/lib/CacheInterface.php
diff options
context:
space:
mode:
authorGravatar logmanoriginal <logmanoriginal@users.noreply.github.com> 2018-12-26 21:58:07 +0100
committerGravatar logmanoriginal <logmanoriginal@users.noreply.github.com> 2018-12-26 21:58:07 +0100
commite7d3a006c82f47f1ba3aebfec4ab6333a4367a16 (patch)
treefa1ff9e2b03a0eff2ef22732d3a9dc4f06915633 /lib/CacheInterface.php
parentce65f51d919bc4e32b9f25259e0a92d70490c6e5 (diff)
downloadrss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.tar.gz
rss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.tar.zst
rss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.zip
global: Fix code violations
Diffstat (limited to 'lib/CacheInterface.php')
-rw-r--r--lib/CacheInterface.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CacheInterface.php b/lib/CacheInterface.php
index bd2d5613..a74fc0dd 100644
--- a/lib/CacheInterface.php
+++ b/lib/CacheInterface.php
@@ -19,7 +19,6 @@
* @todo Return self more often (to allow call chaining)
*/
interface CacheInterface {
-
/**
* Loads data from cache
*