Commit af77f5e
committed
bug #6822 Adjust Application use statement (kvdnberg)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6822).
Discussion
----------
Adjust Application use statement
The code example assumes the use of the Console Application (no kernel parameter) but the use statement is for the Frameworkbundle Console Application, which requires the kernel parameter. This is confusing, basically the example cannot work as it is.
Commits
-------
38d8f15 Adjust Application use statement1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments