Commit d9b74dc
committed
minor symfony#7240 Fixed the signature of prepend method in the code example (a-ast)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7240).
Discussion
----------
Fixed the signature of prepend method in the code example
`PrependExtensionInterface::prepend` has one parameter: `$container`. From the current example it is not clear how `$container` appeared in the method body. Anyway, it is better to have here correct code examples.
Commits
-------
9f77757 Fixed the signature of prepend method in the code example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments