Skip to content

Commit

Permalink
IRequest: isSameSite() @method annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 28, 2019
1 parent 0a1bb08 commit c2bbf57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/IRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* IHttpRequest provides access scheme for request sent via HTTP.
* @method UrlImmutable|null getReferer() Returns referrer.
* @method bool isSameSite() Is the request sent from the same origin?
*/
interface IRequest
{
Expand Down

0 comments on commit c2bbf57

Please sign in to comment.