We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37b059 commit 82a1808Copy full SHA for 82a1808
book/controller.rst
@@ -116,8 +116,10 @@ Controllers are also called *actions*.
116
117
This controller is pretty straightforward:
118
119
-* *line 4*: Symfony takes advantage of PHP's namespace functionality to
120
- namespace the entire controller class. The ``use`` keyword imports the
+* *line 2*: Symfony takes advantage of PHP's namespace functionality to
+ namespace the entire controller class.
121
+
122
+* *line 4*: Symfony again takes advantage of PHP's namespace functionality: the ``use`` keyword imports the
123
``Response`` class, which the controller must return.
124
125
* *line 6*: The class name is the concatenation of a name for the controller
0 commit comments