From 75071b85af9c52c7578e69d04c8493da92e3e284 Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 13 Dec 2023 17:14:08 +0800 Subject: [PATCH] eee --- src/Request.php | 1 - 1 file changed, 1 deletion(-) 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