@@ -166,7 +166,7 @@ |
||
166 | 166 | /** |
167 | 167 | * Sets the expiration time for this cache item. |
168 | 168 | * |
169 | - * @param int|\DateInterval $time The period of time from the present after which the item MUST be considered |
|
169 | + * @param integer $time The period of time from the present after which the item MUST be considered |
|
170 | 170 | * expired. An integer parameter is understood to be the time in seconds until |
171 | 171 | * expiration. |
172 | 172 | * |