cvs: peardoc /en/chapters standards.xml
[email protected] ("Christian Weiske")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvscweiske1241551945@cvsserver> |
cweiske Tue May 5 19:32:25 2009 UTC
Modified files:
/peardoc/en/chapters standards.xml
Log:
Fix bug #16182: Pear Doc standards.sample.php fails PHP_CodeSniffer
validation
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/standards.xml?r1=1.74&r2=1.75&diff_format=u
Index: peardoc/en/chapters/standards.xml
diff -u peardoc/en/chapters/standards.xml:1.74 peardoc/en/chapters/standards.xml:1.75
--- peardoc/en/chapters/standards.xml:1.74 Mon May 4 20:56:42 2009
+++ peardoc/en/chapters/standards.xml Tue May 5 19:32:25 2009
@@ -2000,9 +2000,9 @@
* + This method sets the label (avoid)
*
* Below are the tags commonly used for methods. A @param tag is
- * required for each parameter the method has. The @return and
- * @access tags are mandatory. The @throws tag is required if the
- * method uses exceptions. @static is required if the method can
+ * required for each parameter the method has. The @return
+ * and @access tags are mandatory. The @throws tag is required if
+ * the method uses exceptions. @static is required if the method can
* be called statically. The remainder should only be used when
* necessary. Please use them in the order they appear here.
* phpDocumentor has several other tags available, feel free to use
@@ -2048,14 +2048,14 @@
* pear install net_sample
* </samp>
*
- * @param string $arg1 the string to quote
- * @param int $arg2 an integer of how many problems happened.
- * Indent to the description's starting point
- * for long ones.
- *
- * @return int the integer of the set mode used. FALSE if foo
- * foo could not be set.
- * @throws exceptionclass [description]
+ * @param string $arg1 the string to quote
+ * @param int $arg2 an integer of how many problems happened.
+ * Indent to the description's starting point
+ * for long ones.
+ *
+ * @return int the integer of the set mode used. FALSE if foo
+ * foo could not be set.
+ * @throws exceptionclass [description]
*
* @access public
* @static