From aac169f69b1f9d0fc214ed4647ece9893fc5bd24 Mon Sep 17 00:00:00 2001 From: Gordon Lesti Date: Mon, 4 Apr 2016 12:37:24 +0200 Subject: [PATCH] remove Lesti_Fpc_Model_Fpc_CacheItem from Lesti_Fpc_Model_Fpc::save --- app/code/community/Lesti/Fpc/Model/Fpc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/community/Lesti/Fpc/Model/Fpc.php b/app/code/community/Lesti/Fpc/Model/Fpc.php index 75d9623..d5761a0 100644 --- a/app/code/community/Lesti/Fpc/Model/Fpc.php +++ b/app/code/community/Lesti/Fpc/Model/Fpc.php @@ -63,13 +63,13 @@ public function __construct() /** * Save data * - * @param \Lesti_Fpc_Model_Fpc_CacheItem $item + * @param mixed $item * @param string $id * @param array $tags * @param int $lifeTime * @return bool */ - public function save(Lesti_Fpc_Model_Fpc_CacheItem $item, $id, $tags=array(), $lifeTime=null) + public function save($item, $id, $tags=array(), $lifeTime=null) { if (!in_array(self::CACHE_TAG, $tags)) { $tags[] = self::CACHE_TAG;