From 8e8bd0bd437201cc0d880843d1c52b3b07ff140d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 10 Nov 2021 11:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Validator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Validator.php b/src/Validator.php index 01be564..5caebfe 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -191,7 +191,6 @@ class Validator extends BaseValidator } $isTrue = false; if ($val instanceof BaseValidator) { - var_dump($val->getError()); $this->addError($val->getError()); } break;