File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Standards/PEAR/Docs/Commenting Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 231
231
*/
232
232
]]>
233
233
</code >
234
- <code title =" Invalid: Category and package tags are swapped in order ." >
234
+ <code title =" Invalid: No PHP version specified ." >
235
235
<![CDATA[
236
236
<?php
237
237
/**
238
238
* Short description here.
239
239
*
240
- * PHP version 5
241
- *
242
- * <em>@package</em> Foo_Helpers
243
- * <em>@category</em> Foo
240
+ * @category Foo
241
+ * @package Foo_Helpers
244
242
* @author Marty McFly <[email protected] >
245
243
* @copyright 2013-2014 Foo Inc.
246
244
* @license MIT License
267
265
*/
268
266
]]>
269
267
</code >
270
- <code title =" Invalid: No PHP version specified ." >
268
+ <code title =" Invalid: Category and package tags are swapped in order ." >
271
269
<![CDATA[
272
270
<?php
273
271
/**
274
272
* Short description here.
275
273
*
276
- * @category Foo
277
- * @package Foo_Helpers
274
+ * PHP version 5
275
+ *
276
+ * <em>@package</em> Foo_Helpers
277
+ * <em>@category</em> Foo
278
278
* @author Marty McFly <[email protected] >
279
279
* @copyright 2013-2014 Foo Inc.
280
280
* @license MIT License
You can’t perform that action at this time.
0 commit comments