Skip to content

Commit a48ad8c

Browse files
committed
Fixed broken build. Whoops !
1 parent 760f659 commit a48ad8c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/phpFastCache/Core/Item/ExtendedCacheItemInterface.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -125,24 +125,6 @@ public function append($data);
125125
*/
126126
public function prepend($data);
127127

128-
129-
/**
130-
* Sets the expiration time for this cache item.
131-
*
132-
* @param int|\DateInterval $time
133-
* The period of time from the present after which the item MUST be considered
134-
* expired. An integer parameter is understood to be the time in seconds until
135-
* expiration. If null is passed explicitly, a default value MAY be used.
136-
* If none is set, the value should be stored permanently or for as long as the
137-
* implementation allows.
138-
*
139-
* @return static
140-
* The called object.
141-
*
142-
* @deprecated Use CacheItemInterface::expiresAfter() instead
143-
*/
144-
public function touch($time);
145-
146128
/**
147129
* @param string $tagName
148130
* @return $this

0 commit comments

Comments
 (0)