Skip to content

Commit c2bbf57

Browse files
committed
IRequest: isSameSite() @method annotation
1 parent 0a1bb08 commit c2bbf57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/IRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/**
1414
* IHttpRequest provides access scheme for request sent via HTTP.
1515
* @method UrlImmutable|null getReferer() Returns referrer.
16+
* @method bool isSameSite() Is the request sent from the same origin?
1617
*/
1718
interface IRequest
1819
{

0 commit comments

Comments
 (0)