Completed
Push — 2.0-dev ( d79d48...8e55fe )
by Michael
03:07 queued 20s
created
src/Item/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
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
 	 *
Please login to merge, or discard this patch.