From b9940509a94cccbf9f218d50499990647e4a8d7c Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 15 Apr 2024 15:28:03 +0800 Subject: [PATCH] eee --- src/Validator/Validator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Validator/Validator.php b/src/Validator/Validator.php index 1c302d9..c9706c8 100644 --- a/src/Validator/Validator.php +++ b/src/Validator/Validator.php @@ -117,7 +117,6 @@ class Validator public function run(RequestInterface|ServerRequestInterface|ConstrictRequest $request): bool { $params = !$request->isPost() ? $request->getQueryParams() : $request->getParsedBody(); - var_dump($params); foreach ($this->rules as $name => $rules) { /** @var array> $typeValidator */ $typeValidator = array_pop($rules);