We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40f1a0 commit 10e3a9eCopy full SHA for 10e3a9e
contributing/community/review-comments.rst
@@ -113,7 +113,7 @@ If a piece of code is in fact wrong, explain why:
113
114
* I profiled this change and it hurts performance significantly (if you don't profile, it's an opinion, so we can ignore)
115
116
- * Code doesn't match Symfony's CS rules (e.g. ``use array()`` instead of ``[]``)
+ * Code doesn't match Symfony's CS rules (e.g. use ``[]`` instead of ``array()``)
117
118
* We only provide integration with very popular projects (e.g. we integrate Bootstrap but not your own CSS framework)
119
0 commit comments