Ignore:
Timestamp:
Sep 26, 2018 10:02:58 PM (6 years ago)
Author:
anonymous
Message:

Minor tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Validator.inc.php

    r601 r635  
    319319    * @param   string   $file  Filename to log (usually __FILE__)
    320320    * @param   int      $line  Line number to log (usually __LINE__)
    321     * @return  const           One of the constant values: Validate::EMAIL_SUCCESS|Validate::EMAIL_REGEX_FAIL|Validate::EMAIL_LENGTH_FAIL|Validate::EMAIL_MX_FAIL
     321    * @return  const           One of the constant values: Validator::EMAIL_SUCCESS|Validator::EMAIL_REGEX_FAIL|Validator::EMAIL_LENGTH_FAIL|Validator::EMAIL_MX_FAIL
    322322    * @author  Quinn Comendant <quinn@strangecode.com>
    323323    */
     
    441441    * http://en.wikipedia.org/wiki/Luhn_algorithm
    442442    *
    443     * @param  string  $val   The input data to validate..
     443    * @param  string  $val   The input data to validate.
    444444    * @param  string  $cc_num      Card number to verify.
    445445    * @param  string  $cc_type     Optional, card type to do specific checks.
Note: See TracChangeset for help on using the changeset viewer.