Skip to content

Commit 8c6ad04

Browse files
committed
[Doc] Use em tags for ValidClassName doc XML
Uses `<em>` tags in the code sample for Squiz.Classes.ValidClassName to highlight the critical part of the sample.
1 parent 9203780 commit 8c6ad04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Squiz/Docs/Classes/ValidClassNameStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<code_comparison>
88
<code title="Valid: Class name is written in Pascal case.">
99
<![CDATA[
10-
class PascalCaseStandard
10+
class <em>PascalCaseStandard</em>
1111
{
1212
}
1313
]]>
1414
</code>
1515
<code title="Invalid: Class name does not start with a capital letter.">
1616
<![CDATA[
17-
class notPascalCaseStandard
17+
class <em>notPascalCaseStandard</em>
1818
{
1919
}
2020
]]>

0 commit comments

Comments
 (0)