From 3586d6b8c6cac42f95135ee5c170cec42fc6f519 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Mon, 22 Jun 2020 22:23:30 +0200 Subject: [PATCH] Update http_kernel.rst --- components/http_kernel.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 7b13883a94a..d2e3ac44e75 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -65,8 +65,8 @@ that system:: */ public function handle( Request $request, - $type = self::MASTER_REQUEST, - $catch = true + int $type = self::MASTER_REQUEST, + bool $catch = true ); }