From b0dea2564037b2559a4413495f912b538bc597d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 10 Nov 2021 11:06:15 +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/Base/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Model.php b/src/Base/Model.php index 6925e87..a6c474d 100644 --- a/src/Base/Model.php +++ b/src/Base/Model.php @@ -445,7 +445,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T * @param array $attributes * * @param bool $if_condition_is_null - * @return bool|int + * @return bool * @throws Exception */ protected static function deleteByCondition($condition = NULL, array $attributes = [], bool $if_condition_is_null = false): bool