This commit is contained in:
2021-01-04 17:55:39 +08:00
parent 42f5b72d9f
commit 4c8e81f417
2 changed files with 21 additions and 31 deletions
+1
View File
@@ -319,6 +319,7 @@ class Server extends Application
* @return \Swoole\Server|Packet|Receive|Http|Websocket|null
* @throws NotFindClassException
* @throws ReflectionException
* @throws Exception
*/
private function dispatchCreate($config, $settings): \Swoole\Server|Packet|Receive|Http|Websocket|null
{