aboutsummaryrefslogtreecommitdiff
path: root/lib/CacheInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CacheInterface.php')
-rw-r--r--lib/CacheInterface.php8
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();
}