diff --git a/src/Request.php b/src/Request.php index ce1808b..a06d79a 100644 --- a/src/Request.php +++ b/src/Request.php @@ -13,7 +13,6 @@ use Psr\Http\Message\UriInterface; /** - * @property-read bool $isPost * @property-read AuthorizationInterface $authority */ class Request implements ServerRequestInterface