From 3d89cbd4c61156a4ce6cf53d7144e76f5ff85ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 5 Jan 2022 15:22:29 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- src/RpcJsonp.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/RpcJsonp.php b/src/RpcJsonp.php index 4668eed..cdfc933 100644 --- a/src/RpcJsonp.php +++ b/src/RpcJsonp.php @@ -72,7 +72,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa * @return void * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface - * @throws ReflectionException */ public function onBeforeShutdown(OnBeforeShutdown $beforeShutdown) { @@ -107,7 +106,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa /** * @param OnServerBeforeStart $server - * @throws ReflectionException */ public function register(OnServerBeforeStart $server) {