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

Appearance settings

Commit a7d1502

Browse filesBrowse files
cordovalweaverryan
authored andcommitted
fixed typo within the code to make it consistent with the paragraph description
1 parent af88b7b commit a7d1502
Copy full SHA for a7d1502

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/internals.rst

Copy file name to clipboardExpand all lines: book/internals.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The value returned by the Controller is accessible via the
299299

300300
public function onKernelView(GetResponseForControllerResultEvent $event)
301301
{
302-
$val = $event->getReturnValue();
302+
$val = $event->getControllerResult();
303303
$response = new Response();
304304
// some how customize the Response from the return value
305305

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.