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 { }