You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cookie.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public static function create(string $name, string $value = null, $expire = 0, ?
80
80
* @param string $name The name of the cookie
81
81
* @param string|null $value The value of the cookie
82
82
* @param int|string|\DateTimeInterface $expire The time the cookie expires
83
-
* @param string $path The path on the server in which the cookie will be available on
83
+
* @param string|null $path The path on the server in which the cookie will be available on
84
84
* @param string|null $domain The domain that the cookie is available to
85
85
* @param bool|null $secure Whether the client should send back the cookie only over HTTPS or null to auto-enable this when the request is already using HTTPS
86
86
* @param bool $httpOnly Whether the cookie will be made accessible only through the HTTP protocol
0 commit comments