diff options
author | 2016-09-10 20:41:11 +0200 | |
---|---|---|
committer | 2016-09-10 20:41:11 +0200 | |
commit | 62eec43980a3b85134606383996b81084d8fa32c (patch) | |
tree | e3d816bcc9d60794600322702df906044cf6ac5d /lib/CacheInterface.php | |
parent | 32ce2b65411d0cb02a0116bf05fef234e52e7c8f (diff) | |
download | rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.tar.gz rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.tar.zst rss-bridge-62eec43980a3b85134606383996b81084d8fa32c.zip |
[core] Apply common indentation
All files are now using tabs for indentation
Diffstat (limited to 'lib/CacheInterface.php')
-rw-r--r-- | lib/CacheInterface.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/CacheInterface.php b/lib/CacheInterface.php index 89d78ecc..4c59df30 100644 --- a/lib/CacheInterface.php +++ b/lib/CacheInterface.php @@ -1,6 +1,6 @@ <?php -interface CacheInterface{ - public function loadData(); - public function saveData($datas); - public function getTime(); +interface CacheInterface { + public function loadData(); + public function saveData($datas); + public function getTime(); } |