This commit is contained in:
2021-08-18 13:48:34 +08:00
parent be67fdf155
commit 6d4e21d006
3 changed files with 17 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Server;
use Swoole\Server;
/**
* @mixin Server
*/
interface SwooleServerInterface
{
}