Skip to content

Commit cb43ef7

Browse files
committed
Merge HasEmptyLine and NoNewLine entries.
1 parent 5d1a3dc commit cb43ef7

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

src/Standards/Squiz/Docs/Commenting/BlockCommentStandard.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</code_comparison>
132132
<standard>
133133
<![CDATA[
134-
Block comment text should start on a new line.
134+
Block comment text should start on a new line immediately after the opener.
135135
]]>
136136
</standard>
137137
<code_comparison>
@@ -171,28 +171,6 @@
171171
</code_comparison>
172172
<standard>
173173
<![CDATA[
174-
The first line should not be empty.
175-
]]>
176-
</standard>
177-
<code_comparison>
178-
<code title="Valid: The first line is not empty.">
179-
<![CDATA[
180-
/*
181-
A block comment.
182-
*/
183-
]]>
184-
</code>
185-
<code title="Invalid: The first line is empty.">
186-
<![CDATA[
187-
/*
188-
<em></em>
189-
A block comment.
190-
*/
191-
]]>
192-
</code>
193-
</code_comparison>
194-
<standard>
195-
<![CDATA[
196174
There should be an empty line after the block comment.
197175
]]>
198176
</standard>

0 commit comments

Comments
 (0)