Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commita265de1
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 argSee previous page:http://symfony.com/doc/2.3/create_framework/templating.htmlThe 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
Comments
(0)