This commit is contained in:
2021-08-05 19:14:08 +08:00
parent f7ec2b6b98
commit 7f9ae9556b
9 changed files with 175 additions and 43 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
namespace Server;
use HttpServer\Http\Request;
/**
*
* @mixin Request
*/
interface RequestInterface
{
}