Skip to content

Commit 3586d6b

Browse files
authored
Update http_kernel.rst
1 parent 2238849 commit 3586d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ that system::
6565
*/
6666
public function handle(
6767
Request $request,
68-
$type = self::MASTER_REQUEST,
69-
$catch = true
68+
int $type = self::MASTER_REQUEST,
69+
bool $catch = true
7070
);
7171
}
7272

0 commit comments

Comments
 (0)