File tree 1 file changed +22
-22
lines changed
src/Standards/Generic/Docs/Commenting
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 46
46
</code_comparison >
47
47
<standard >
48
48
<![CDATA[
49
- There must be no additional blank (comment) lines before the closing DocBlock tag.
50
- ]]>
51
- </standard >
52
- <code_comparison >
53
- <code title =" Valid: no additional blank lines before the closing DocBlock tag." >
54
- <![CDATA[
55
- /**
56
- * Short description.<em>
57
- </em> */
58
- ]]>
59
- </code >
60
- <code title =" Invalid: additional blank lines before the closing DocBlock tag." >
61
- <![CDATA[
62
- /**
63
- * Short description.
64
- <em> *</em>
65
- */
66
- ]]>
67
- </code >
68
- </code_comparison >
69
- <standard >
70
- <![CDATA[
71
49
The DocBlock must have a short description, and it must be on the first line.
72
50
]]>
73
51
</standard >
257
235
* @return void
258
236
*
259
237
* <em>@param string $bar</em>
238
+ */
239
+ ]]>
240
+ </code >
241
+ </code_comparison >
242
+ <standard >
243
+ <![CDATA[
244
+ There must be no additional blank (comment) lines before the closing DocBlock tag.
245
+ ]]>
246
+ </standard >
247
+ <code_comparison >
248
+ <code title =" Valid: no additional blank lines before the closing DocBlock tag." >
249
+ <![CDATA[
250
+ /**
251
+ * Short description.<em>
252
+ </em> */
253
+ ]]>
254
+ </code >
255
+ <code title =" Invalid: additional blank lines before the closing DocBlock tag." >
256
+ <![CDATA[
257
+ /**
258
+ * Short description.
259
+ <em> *</em>
260
260
*/
261
261
]]>
262
262
</code >
You can’t perform that action at this time.
0 commit comments