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
* 5.4:
minor #49431 [Mailer][Translation] Remove some `static` occurrences that may cause unstable tests (alexandre-daubois)
[Workflow] remove new lines from workflow metadata
Fix phpdocs in HttpClient, HttpFoundation, HttpKernel, Intl components
[WebProfilerBundle] Render original (not encoded) email headers
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
@@ -83,7 +83,7 @@ public static function create(string $name, string $value = null, int|string|\Da
83
83
* @param string $name The name of the cookie
84
84
* @param string|null $value The value of the cookie
85
85
* @param int|string|\DateTimeInterface $expire The time the cookie expires
86
-
* @param string $path The path on the server in which the cookie will be available on
86
+
* @param string|null $path The path on the server in which the cookie will be available on
87
87
* @param string|null $domain The domain that the cookie is available to
88
88
* @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
89
89
* @param bool $httpOnly Whether the cookie will be made accessible only through the HTTP protocol
0 commit comments