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 231231 */
232232 ]]>
233233 </code >
234- <code title =" Invalid: Category and package tags are swapped in order ." >
234+ <code title =" Invalid: No PHP version specified ." >
235235 <![CDATA[
236236<?php
237237/**
238238 * Short description here.
239239 *
240- * PHP version 5
241- *
242- * <em>@package</em> Foo_Helpers
243- * <em>@category</em> Foo
240+ * @category Foo
241+ * @package Foo_Helpers
244242 * @author Marty McFly <mmcfly@example.com>
245243 * @copyright 2013-2014 Foo Inc.
246244 * @license MIT License
267265 */
268266 ]]>
269267 </code >
270- <code title =" Invalid: No PHP version specified ." >
268+ <code title =" Invalid: Category and package tags are swapped in order ." >
271269 <![CDATA[
272270<?php
273271/**
274272 * Short description here.
275273 *
276- * @category Foo
277- * @package Foo_Helpers
274+ * PHP version 5
275+ *
276+ * <em>@package</em> Foo_Helpers
277+ * <em>@category</em> Foo
278278 * @author Marty McFly <mmcfly@example.com>
279279 * @copyright 2013-2014 Foo Inc.
280280 * @license MIT License
You can’t perform that action at this time.
0 commit comments