This commit is contained in:
2023-12-12 15:35:34 +08:00
parent 4ebb7e9686
commit 92e65c4abd
15 changed files with 362 additions and 391 deletions
+2 -4
View File
@@ -61,9 +61,7 @@ class OnRequest implements OnRequestInterface
* @param ResponseInterface $response
* @param ContainerInterface $container
* @param DataGrip $dataGrip
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws ReflectionException
* @throws
*/
public function __construct(public ResponseInterface $response, public ContainerInterface $container,
public DataGrip $dataGrip)
@@ -81,7 +79,7 @@ class OnRequest implements OnRequestInterface
/**
* @param Request $request
* @param Response $response
* @throws Exception
* @throws
*/
public function onRequest(Request $request, Response $response): void
{