Skip to content

Commit aac169f

Browse files
committed
remove Lesti_Fpc_Model_Fpc_CacheItem from Lesti_Fpc_Model_Fpc::save
1 parent adbcf1f commit aac169f

File tree

1 file changed

+2
-2
lines changed
  • app/code/community/Lesti/Fpc/Model

1 file changed

+2
-2
lines changed

app/code/community/Lesti/Fpc/Model/Fpc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ public function __construct()
6363
/**
6464
* Save data
6565
*
66-
* @param \Lesti_Fpc_Model_Fpc_CacheItem $item
66+
* @param mixed $item
6767
* @param string $id
6868
* @param array $tags
6969
* @param int $lifeTime
7070
* @return bool
7171
*/
72-
public function save(Lesti_Fpc_Model_Fpc_CacheItem $item, $id, $tags=array(), $lifeTime=null)
72+
public function save($item, $id, $tags=array(), $lifeTime=null)
7373
{
7474
if (!in_array(self::CACHE_TAG, $tags)) {
7575
$tags[] = self::CACHE_TAG;

0 commit comments

Comments
 (0)