We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce5edb commit ebf4a48Copy full SHA for ebf4a48
src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml
@@ -22,7 +22,7 @@ if (!class_exists('Foo')) {
22
23
<?php if ($something) { ?>
24
<p>some output</p>
25
-<?php } ?>
+<em></em><?php } ?>
26
]]>
27
</code>
28
<code title="Invalid: Closing brace misaligned with line containing opening brace.">
@@ -42,7 +42,7 @@ if (!class_exists('Foo')) {
42
43
44
45
- <?php } ?>
+<em> </em><?php } ?>
46
47
48
</code_comparison>
0 commit comments