From 88d956196622c70a9a16bab0cb01e50c9788436c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Mar 2016 20:36:55 -0400 Subject: Fix compatibility issue with PHP 5.3 --- app/Core/Cache/Base.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'app') diff --git a/app/Core/Cache/Base.php b/app/Core/Cache/Base.php index 2879f1f1..d62b8507 100644 --- a/app/Core/Cache/Base.php +++ b/app/Core/Cache/Base.php @@ -10,26 +10,6 @@ namespace Kanboard\Core\Cache; */ abstract class Base { - /** - * Fetch value from cache - * - * @abstract - * @access public - * @param string $key - * @return mixed Null when not found, cached value otherwise - */ - abstract public function get($key); - - /** - * Save a new value in the cache - * - * @abstract - * @access public - * @param string $key - * @param mixed $value - */ - abstract public function set($key, $value); - /** * Proxy cache * -- cgit v1.2.3