From 51039961c1ab90309f74a4fbfa0413f78e69ab74 Mon Sep 17 00:00:00 2001 From: xl Date: Thu, 6 Jul 2023 13:33:50 +0800 Subject: [PATCH] qqq --- Command.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Command.php b/Command.php index 253705f..ef6fafb 100644 --- a/Command.php +++ b/Command.php @@ -206,8 +206,7 @@ class Command extends Component /** * @param Throwable $throwable * @return bool - * @throws ReflectionException - */ + */ private function error(Throwable $throwable): bool { $message = $this->sql . '.' . json_encode($this->params, JSON_UNESCAPED_UNICODE);