This commit is contained in:
2021-01-11 11:10:09 +08:00
parent c544c0a392
commit b1de495b44
+1 -1
View File
@@ -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);