Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63e4a8d

Browse files
dave1010weaverryan
authored andcommitted
Fix PHP syntax error in HttpKernel component working example
Extra comma after method argument removed.
1 parentaaf9985 commit63e4a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/http_kernel/introduction.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ a built-in ControllerResolver that can be used to create a working example::
614614
'_controller' => function (Request $request) {
615615
return new Response(sprintf("Hello %s", $request->get('name')));
616616
}
617-
),
617+
)
618618
));
619619

620620
$request = Request::createFromGlobals();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp