Skip to content
Snippets Groups Projects

Resolve #3461148 "Incorrect indent in"

Closed nicxvan requested to merge issue/coder-3461148:3461148-incorrect-indent-in into 8.3.x
2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -962,6 +962,7 @@ class ScopeIndentSniff implements Sniff
T_OPEN_CURLY_BRACKET,
T_COLON,
T_OPEN_TAG,
T_ATTRIBUTE_END,
]
) === false
) {
Loading