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.
1 parent b96f9a9 commit e475cf0Copy full SHA for e475cf0
components/http_kernel.rst
@@ -67,7 +67,7 @@ that system::
67
Request $request,
68
int $type = self::MAIN_REQUEST,
69
bool $catch = true
70
- );
+ ): Response;
71
}
72
73
Internally, :method:`HttpKernel::handle() <Symfony\\Component\\HttpKernel\\HttpKernel::handle>` -
0 commit comments