Skip to content

Commit 06068be

Browse files
committed
Removed deprecated method IOHelperTrait::isExpired()
1 parent 5376618 commit 06068be

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/phpFastCache/Core/Pool/IO/IOHelperTrait.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,6 @@ protected function encodeFilename($keyword)
174174
return md5($keyword);
175175
}
176176

177-
/**
178-
* @return bool
179-
*/
180-
public function isExpired()
181-
{
182-
trigger_error(__FUNCTION__ . '() is deprecated, use ExtendedCacheItemInterface::isExpired() instead.', E_USER_DEPRECATED);
183-
184-
return true;
185-
}
186-
187177
/**
188178
* @param $this ->config
189179
* @return int

0 commit comments

Comments
 (0)