From b29e8eb8933a606bc37fc94656f3a2de4025a919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 14:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Abstracts/Component.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kiri-engine/Abstracts/Component.php b/kiri-engine/Abstracts/Component.php index 9f3dd274..8fad7d81 100644 --- a/kiri-engine/Abstracts/Component.php +++ b/kiri-engine/Abstracts/Component.php @@ -25,17 +25,16 @@ class Component implements Configure /** * BaseAbstract constructor. - * - * @throws Exception */ public function __construct() { } + /** - * @throws Exception + * @return void */ - public function init() + public function init(): void { }