Skip to content

Commit 10e3a9e

Browse files
fix: Swap long with short syntax.
1 parent e40f1a0 commit 10e3a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/community/review-comments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If a piece of code is in fact wrong, explain why:
113113

114114
* I profiled this change and it hurts performance significantly (if you don't profile, it's an opinion, so we can ignore)
115115

116-
* Code doesn't match Symfony's CS rules (e.g. ``use array()`` instead of ``[]``)
116+
* Code doesn't match Symfony's CS rules (e.g. use ``[]`` instead of ``array()``)
117117

118118
* We only provide integration with very popular projects (e.g. we integrate Bootstrap but not your own CSS framework)
119119

0 commit comments

Comments
 (0)