Skip to content

Commit bf28d09

Browse files
laurixyzjaviereguiluz
authored andcommitted
Remove unused param from LeapYearController::index
1 parent 3753606 commit bf28d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/http_kernel_httpkernel_class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ instead of a full Response object::
133133

134134
class LeapYearController
135135
{
136-
public function index(Request $request, $year)
136+
public function index($year)
137137
{
138138
$leapYear = new LeapYear();
139139
if ($leapYear->isLeapYear($year)) {

0 commit comments

Comments
 (0)