Completed
Push — master ( 8243fd...e02a77 )
by Adam
07:58
created
src/IPub/MobileDetect/Helpers/Cookie.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 	 *
32 32
 	 * @param string                   $name     The name of the cookie
33 33
 	 * @param string                   $value    The value of the cookie
34
-	 * @param int|string|\DateTime     $expire   The time the cookie expires
34
+	 * @param integer     $expire   The time the cookie expires
35 35
 	 * @param string                   $path     The path on the server in which the cookie will be available on
36 36
 	 * @param string                   $domain   The domain that the cookie is available to
37 37
 	 * @param bool                     $secure   Whether the cookie should only be transmitted over a secure HTTPS connection from the client
Please login to merge, or discard this patch.