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 a5f137e commit 6959a34Copy full SHA for 6959a34
tests/issue-186.php
@@ -37,3 +37,14 @@
37
echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
38
39
}
40
+
41
+const AAA = 'AAA';
42
+const bbb = 'bbb';
43
44
+switch (true) {
45
+case AAA:
46
+case bbb:
47
+case 111:
48
+ echo 'test'; // ###php-mode-test### ((indent (* c-basic-offset 2)))
49
50
+}
0 commit comments