cvs: pear /Validate/Validate AU.php
[email protected] ("Daniel O'Connor")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsclockwerx1209394217@cvsserver> |
clockwerx Mon Apr 28 14:50:17 2008 UTC
Modified files:
/pear/Validate/Validate AU.php
Log:
Minor docblock corrections
http://cvs.php.net/viewvc.cgi/pear/Validate/Validate/AU.php?r1=1.15&r2=1.16&diff_format=u
Index: pear/Validate/Validate/AU.php
diff -u pear/Validate/Validate/AU.php:1.15 pear/Validate/Validate/AU.php:1.16
--- pear/Validate/Validate/AU.php:1.15 Tue Apr 22 13:22:44 2008
+++ pear/Validate/Validate/AU.php Mon Apr 28 14:50:17 2008
@@ -23,7 +23,7 @@
* @copyright 2006 Alex Hayes
* @copyright 2006 Byron Adams
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
- * @version CVS: $Id: AU.php,v 1.15 2008/04/22 13:22:44 arnaud Exp $
+ * @version CVS: $Id: AU.php,v 1.16 2008/04/28 14:50:17 clockwerx Exp $
* @link http://pear.php.net/package/Validate_AU
*/
@@ -116,10 +116,9 @@
* Australia's dial code, and the format MUST be +61.3, where 3 represents
* the state dial code, in this case, Victoria.
*
- * Note: If the VALIDATE_AU_PHONENUMBER_STRICT flag is not supplied, then
- * all spaces, dashes and parenthesis are removed before validation. You
- * will have to strip these yourself if your data storage does not allow
- * these characters.
+ * Note: If the strict option is not supplied, then all spaces, dashes and
+ * parenthesis are removed before validation. You will have to strip these
+ * yourself if your data storage does not allow these characters.
*
* @param string $number The telephone number
* @param mixed[] $options A list of options
@@ -316,7 +315,7 @@
* @param array $weights Array containing weighting
* @param array $length Length
*
- * @access public
+ * @access protected
* @return bool true on success, otherwise false
* @link http://en.wikipedia.org/wiki/Check_digit
*/