Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 code
- Loading branch information