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.
2 parents 26724ab + 7500351 commit 6b63fd3Copy full SHA for 6b63fd3
Tests/phpt/kernel.php
@@ -15,7 +15,7 @@ public function __construct(string $var)
15
$this->var = $var;
16
}
17
18
- public function handle(Request $request, $type = self::MAIN_REQUEST, $catch = true)
+ public function handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response
19
{
20
return new Response('OK Kernel '.$this->var);
21
0 commit comments