Commit 2e76707
committed
minor symfony#9282 Controller naming habits (Guikingone, javiereguiluz)
This PR was merged into the 4.0 branch.
Discussion
----------
Controller naming habits
As Symfony isn't an `MVC` framework but a `Request/Response` one (see symfony#8153 (comment)), the name of the class which handles the Request isn't forced to contain `Controller`, it's probably more a common usage than a need to make Symfony works.
Commits
-------
5b29f5b Minor reword
2b61e3b suggest(Controller): suggestion about naming habits1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments