We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flushAll()
1 parent bc5c738 commit 435a8cdCopy full SHA for 435a8cd
src/Request/SwaggerRequest.php
@@ -13,6 +13,7 @@
13
namespace Hyperf\Swagger\Request;
14
15
use Hyperf\Context\RequestContext;
16
+use Hyperf\HttpServer\CoreMiddleware;
17
use Hyperf\HttpServer\Router\Dispatched;
18
use Hyperf\Swagger\Exception\RuntimeException;
19
use Hyperf\Validation\Request\FormRequest;
@@ -61,7 +62,7 @@ protected function getCallbackByContext(): array
61
62
}
63
64
/**
- * @see \Hyperf\HttpServer\CoreMiddleware::prepareHandler()
65
+ * @see CoreMiddleware::prepareHandler()
66
*/
67
protected function prepareHandler(array|string $handler): array
68
{
0 commit comments