From 999a3d2411272f992ec9eba2bd206be4b140f9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 23 Nov 2020 14:41:07 +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 --- Database/Orm/Select.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/Orm/Select.php b/Database/Orm/Select.php index 567813db..58882822 100644 --- a/Database/Orm/Select.php +++ b/Database/Orm/Select.php @@ -30,7 +30,7 @@ class Select extends BaseObject } /** - * @param ActiveQuery|Db $query + * @param ActiveQuery|Db|mixed $query * @return string * @throws Exception */ @@ -41,7 +41,7 @@ class Select extends BaseObject /** * @param ActiveQuery|Db|Sql $query - * @param $isCount + * @param bool $isCount * @return string * @throws Exception */