Ignore:
Timestamp:
2014/08/27 18:45:58 (10 years ago)
Author:
kimoto
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

Scrutinizer Auto-Fixes

This patch was automatically generated as part of the following inspection:
 https://scrutinizer-ci.com/g/nobuhiko/EC-CUBE/inspections/d8722894-69a6-4b1b-898d-43618035c60d

Enabled analysis tools:

  • PHP Analyzer
  • PHP PDepend
  • PHP Similarity Analyzer
  • PHP Change Tracking Analyzer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Customer.php

    r23546 r23605  
    230230     * 
    231231     * @param mixed $customer_id 
    232      * @param mixed $mask_flg 
     232     * @param boolean $mask_flg 
    233233     * @access public 
    234234     * @return array 会員情報の配列を返す 
     
    268268     * @param integer $customer_id 会員ID (指定無しでも構わないが、Where条件を入れる事) 
    269269     * @param string  $add_where   追加WHERE条件 
    270      * @param array   $arrAddVal   追加WHEREパラメーター 
     270     * @param string[]   $arrAddVal   追加WHEREパラメーター 
    271271     * @access public 
    272272     * @return array 対象会員データ 
     
    513513     * @param string       $prefix       キー名にprefixを付ける場合に指定 
    514514     * @access public 
    515      * @return array エラー情報の配列 
     515     * @return SC_CheckError_Ex エラー情報の配列 
    516516     */ 
    517517    public function sfCustomerCommonErrorCheck(&$objFormParam, $prefix = '') 
Note: See TracChangeset for help on using the changeset viewer.