Skip to content

Commit 0e84e79

Browse files
committed
-
1 parent 1cde9d8 commit 0e84e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/http_kernel_httpkernelinterface.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Update your framework so that it implements this interface::
3939

4040
public function handle(
4141
Request $request,
42-
$type = HttpKernelInterface::MAIN_REQUEST,
43-
$catch = true
42+
int $type = HttpKernelInterface::MAIN_REQUEST,
43+
bool $catch = true
4444
) {
4545
// ...
4646
}

0 commit comments

Comments
 (0)