Commit a265de1
committed
minor #5522 [create_framework] Add missing extract() 2nd arg (kenjis)
This PR was merged into the 2.3 branch.
Discussion
----------
[create_framework] Add missing extract() 2nd arg
See previous page: http://symfony.com/doc/2.3/create_framework/templating.html
The code is `extract($request->attributes->all(), EXTR_SKIP);`.
In this page, suddenly `EXTR_SKIP` is missing. I don't know why.
Commits
-------
0905395 Fix code1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments