Skip to content

Commit 7500351

Browse files
More return type fixes (bis)
1 parent d4db6d4 commit 7500351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/phpt/kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct(string $var)
1515
$this->var = $var;
1616
}
1717

18-
public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true)
18+
public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true): Response
1919
{
2020
return new Response('OK Kernel '.$this->var);
2121
}

0 commit comments

Comments
 (0)