Commit 3a31aad
committed
minor symfony#10200 action_method is missing $task variable (TomasVotruba)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes symfony#10200).
Discussion
----------
action_method is missing $task variable
It's not clear from the docs, but user has to first create the `$task` variable.
In the second example bellow it's more clear thanks to `// ...`.
This makes it a bit more explicit here as well.
Commits
-------
5ada0ef action_method is missing $task variable1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments