Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update security.rst#6637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update security.rst#6637
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedJun 7, 2016
LGTM 👍 |
| use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | ||
| use Symfony\Component\HttpFoundation\Response; | ||
| use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Can you please sort theuse statements alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
done
javiereguiluz commentedJun 10, 2016
It looks good ... but I don't know if doc maintainers will agree with it. The |
wouterj commentedJun 10, 2016
Personally, I only apply |
xabbuh commentedJun 11, 2016
I absolutely agree with@wouterj. This is the book which is probably one of the first parts newcomers are reading. And secondly this is the first controller example in this chapter. So 👍 from me too. |
xabbuh commentedJun 11, 2016
Thank you@norbert-n. I have merged your fix into the |
missing use statement