diff --git a/System/Runtime.php b/System/Runtime.php index e38dcdb9..de415bf3 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -28,9 +28,10 @@ class Runtime extends Command /** * @param Input $dtl + * @return string * @throws Exception */ - public function onHandler(Input $dtl) + public function onHandler(Input $dtl): string { // TODO: Implement onHandler() method. $annotation = Snowflake::app()->getAnnotation();