Commit 7bd58ae
committed
minor symfony#7889 Fix framework instantiation in event-dispatcher (GNi33)
This PR was squashed before being merged into the 3.2 branch (closes symfony#7889).
Discussion
----------
Fix framework instantiation in event-dispatcher
As the `$resolver` parameter was split up into `$controllerResolver` and `$argumentResolver`, the Framework instantiation call in this code example seems to be outdated and not in line with earlier steps taken in the tutorial.
Commits
-------
bdd6791 Fix framework instantiation in event-dispatcher1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
141 | 144 | | |
142 | | - | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| |||
0 commit comments