This commit is contained in:
2021-03-23 19:19:16 +08:00
parent 1d265d6f7f
commit bdbd91d8ab
3 changed files with 16 additions and 5 deletions
-1
View File
@@ -412,7 +412,6 @@ class Server extends HttpService
* @return Packet|Websocket|Receive|Http|null
* @throws NotFindClassException
* @throws ReflectionException
* @throws ComponentException
* @throws Exception
*/
private function onListenerBind($config, $newListener): Packet|Websocket|Receive|Http|null