From 10aa70eb03a79a0d0b3e53e810a14c7b055c3cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 2 Dec 2021 16:31:41 +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 insertion(+) diff --git a/src/Validator.php b/src/Validator.php index 5caebfe..01be564 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -191,6 +191,7 @@ class Validator extends BaseValidator } $isTrue = false; if ($val instanceof BaseValidator) { + var_dump($val->getError()); $this->addError($val->getError()); } break;