diff options
author | 2018-12-26 21:58:07 +0100 | |
---|---|---|
committer | 2018-12-26 21:58:07 +0100 | |
commit | e7d3a006c82f47f1ba3aebfec4ab6333a4367a16 (patch) | |
tree | fa1ff9e2b03a0eff2ef22732d3a9dc4f06915633 /lib/CacheInterface.php | |
parent | ce65f51d919bc4e32b9f25259e0a92d70490c6e5 (diff) | |
download | rss-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.php | 1 |
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 * |