Skip to content

Commit

Permalink
Zend/Documentation: minor consistency fixes
Browse files Browse the repository at this point in the history
* 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".
  • Loading branch information
jrfnl committed Jul 22, 2024
1 parent a1d783d commit b430e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Standards/Zend/Docs/Files/ClosingTagStandard.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<documentation title="Closing PHP Tags">
<standard>
<![CDATA[
Files should not have closing php tags.
Files should not have closing PHP tags.
]]>
</standard>
<code_comparison>
Expand All @@ -11,7 +11,7 @@
$var = 1;
]]>
</code>
<code title="Invalid: A closing php tag is included at the end of the file.">
<code title="Invalid: A closing PHP tag is included at the end of the file.">
<![CDATA[
<?php
$var = 1;
Expand Down

0 comments on commit b430e54

Please sign in to comment.