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
Parameter $sameSite is missing in IRequest::setCookie. And, name of the parameter $expire (IRequest::setCookie) does not match name of the parameter $time (Request::setCookie).
Steps To Reproduce
Not a runtime error.
Expected Behavior
Both the interface and the implementation should match unless IRequest::setCookie and Request::setCookie are not related.
Possible Solution
Update IRequest::setCookie to match Request::setCookie.
The text was updated successfully, but these errors were encountered:
Version: 3.0.5
Bug Description
Parameter
$sameSite
is missing inIRequest::setCookie
. And, name of the parameter$expire
(IRequest::setCookie
) does not match name of the parameter$time
(Request::setCookie
).Steps To Reproduce
Not a runtime error.
Expected Behavior
Both the interface and the implementation should match unless
IRequest::setCookie
andRequest::setCookie
are not related.Possible Solution
Update
IRequest::setCookie
to matchRequest::setCookie
.The text was updated successfully, but these errors were encountered: