We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1bb08 commit c2bbf57Copy full SHA for c2bbf57
src/Http/IRequest.php
@@ -13,6 +13,7 @@
13
/**
14
* IHttpRequest provides access scheme for request sent via HTTP.
15
* @method UrlImmutable|null getReferer() Returns referrer.
16
+ * @method bool isSameSite() Is the request sent from the same origin?
17
*/
18
interface IRequest
19
{
0 commit comments