We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbcf1f commit aac169fCopy full SHA for aac169f
app/code/community/Lesti/Fpc/Model/Fpc.php
@@ -63,13 +63,13 @@ public function __construct()
63
/**
64
* Save data
65
*
66
- * @param \Lesti_Fpc_Model_Fpc_CacheItem $item
+ * @param mixed $item
67
* @param string $id
68
* @param array $tags
69
* @param int $lifeTime
70
* @return bool
71
*/
72
- public function save(Lesti_Fpc_Model_Fpc_CacheItem $item, $id, $tags=array(), $lifeTime=null)
+ public function save($item, $id, $tags=array(), $lifeTime=null)
73
{
74
if (!in_array(self::CACHE_TAG, $tags)) {
75
$tags[] = self::CACHE_TAG;
0 commit comments