diff --git a/HttpServer/Action.php b/HttpServer/Action.php index c632063d..315ac2da 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -23,7 +23,7 @@ trait Action * @return mixed * @throws Exception */ - public function restart(\HttpServer\Server $socket) + public function restart(\HttpServer\Server $socket): mixed { $this->_shutdown($socket);