Skip to content

Commit ebf4a48

Browse files
committed
Docs: add missing emphasis in Squiz.WhiteSpace.ScopeClosingBrace
1 parent bce5edb commit ebf4a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Squiz/Docs/WhiteSpace/ScopeClosingBraceStandard.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (!class_exists('Foo')) {
2222
2323
<?php if ($something) { ?>
2424
<p>some output</p>
25-
<?php } ?>
25+
<em></em><?php } ?>
2626
]]>
2727
</code>
2828
<code title="Invalid: Closing brace misaligned with line containing opening brace.">
@@ -42,7 +42,7 @@ if (!class_exists('Foo')) {
4242
4343
<?php if ($something) { ?>
4444
<p>some output</p>
45-
<?php } ?>
45+
<em> </em><?php } ?>
4646
]]>
4747
</code>
4848
</code_comparison>

0 commit comments

Comments
 (0)