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 9fa129b commit 375ecf7Copy full SHA for 375ecf7
book/controller.rst
@@ -117,7 +117,7 @@ a controller object. Controllers are also called *actions*.
117
118
This controller is pretty straightforward, but let's walk through it:
119
120
-* *line 3*: Symfony2 takes advantage of PHP 5.3 namespace functionality to
+* *line 4*: Symfony2 takes advantage of PHP 5.3 namespace functionality to
121
namespace the entire controller class. The ``use`` keyword imports the
122
``Response`` class, which our controller must return.
123
0 commit comments