This commit is contained in:
xl
2024-09-04 10:51:16 +08:00
parent e6c051ad24
commit 90154ece54
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -71,7 +71,9 @@ class AsyncServer extends Component implements ServerInterface
* @param array $service
* @param int $daemon
* @return array
* @throws ContainerExceptionInterface
* @throws NotFindClassException
* @throws NotFoundExceptionInterface
*/
private function createBaseServer(array $service, int $daemon = 0): array
{