Skip to content

Commit 7e19b44

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Remove unused param from LeapYearController::index
2 parents d1035f6 + b82b0d6 commit 7e19b44

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)