From 76bd050ada0554f63c9662570673d92abc2a89f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 2 Dec 2021 16:34:14 +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 a25aaa7..7f829b1 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -192,7 +192,6 @@ class Validator extends BaseValidator } $isTrue = false; if ($validator instanceof BaseValidator) { - var_dump($validator->getError()); $this->addError($validator->getError()); } break;