From 9e5a530868b692c275aab6ff77b61de3f520d482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=9E=9C=E7=9A=84=E5=A6=82=E6=9E=9C?= Date: Wed, 11 Oct 2023 14:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AA=E5=BA=8F=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=AF=BC=E8=87=B4request=E5=AF=B9=E8=B1=A1=E4=B8=8D?= =?UTF-8?q?=E9=87=8A=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Validator/AbstractInterface/AbstractValidator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Validator/AbstractInterface/AbstractValidator.php b/src/Validator/AbstractInterface/AbstractValidator.php index 6bded20..56a4b59 100644 --- a/src/Validator/AbstractInterface/AbstractValidator.php +++ b/src/Validator/AbstractInterface/AbstractValidator.php @@ -43,7 +43,6 @@ function execute(Param $param,ServerRequestInterface $request):bool } finally { //清除循环引用 $this->request = null; - $this->currentParam = null; } }