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 20050f1 commit 3d9c5b1Copy full SHA for 3d9c5b1
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