diff --git a/create_framework/http_kernel_httpkernel_class.rst b/create_framework/http_kernel_httpkernel_class.rst index 1cf76830abd..0f4e565b084 100644 --- a/create_framework/http_kernel_httpkernel_class.rst +++ b/create_framework/http_kernel_httpkernel_class.rst @@ -133,7 +133,7 @@ instead of a full Response object:: class LeapYearController { - public function index(Request $request, $year) + public function index($year) { $leapYear = new LeapYear(); if ($leapYear->isLeapYear($year)) {