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 ); }