Skip to content

Commit b430e54

Browse files
committed
Zend/Documentation: minor consistency fixes
* Verified that the contents of `<standard>` elements is consistently indented (with four spaces). * Verified that all `<code>` `title` attributes use proper capitalization and punctuation and are prefixed with "Valid" or "Invalid".
1 parent a1d783d commit b430e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Zend/Docs/Files/ClosingTagStandard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<documentation title="Closing PHP Tags">
22
<standard>
33
<![CDATA[
4-
Files should not have closing php tags.
4+
Files should not have closing PHP tags.
55
]]>
66
</standard>
77
<code_comparison>
@@ -11,7 +11,7 @@
1111
$var = 1;
1212
]]>
1313
</code>
14-
<code title="Invalid: A closing php tag is included at the end of the file.">
14+
<code title="Invalid: A closing PHP tag is included at the end of the file.">
1515
<![CDATA[
1616
<?php
1717
$var = 1;

0 commit comments

Comments
 (0)