-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update security.rst #6637
Update security.rst #6637
Conversation
LGTM 👍 |
@@ -185,6 +185,7 @@ example, if you use annotations, create something like this:: | |||
|
|||
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 the use
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
It looks good ... but I don't know if doc maintainers will agree with it. The |
Personally, I only apply |
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. |
Thank you @norbert-n. I have merged your fix into the |
missing use statement