Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
rodrigoprimo and jrfnl committed May 20, 2024
1 parent b42cc51 commit 80dee19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</standard>
<standard>
<![CDATA[
DocBlock must not be empty.
A DocBlock must not be empty.
]]>
</standard>
<code_comparison>
Expand Down Expand Up @@ -250,14 +250,14 @@
]]>
</standard>
<code_comparison>
<code title="Valid: no additional blank lines before the closing DocBlock tag.">
<code title="Valid: No additional blank lines before the closing DocBlock tag.">
<![CDATA[
/**
* Short description.<em>
</em> */
]]>
</code>
<code title="Invalid: additional blank lines before the closing DocBlock tag.">
<code title="Invalid: Additional blank lines before the closing DocBlock tag.">
<![CDATA[
/**
* Short description.
Expand Down

0 comments on commit 80dee19

Please sign in to comment.