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_Address.php

    r23546 r23605  
    105105     * お届け先の一覧を取得 
    106106     * 
    107      * @param  integer $customerId 
     107     * @param  integer $customer_id 
    108108     * @param  integer $startno 
    109109     * @return array 
     
    132132     * お届け先の削除 
    133133     * 
    134      * @param  integer $delivId 
    135134     * @return void 
    136135     */ 
     
    178177     *  
    179178     * @param array $arrParam 
    180      * @return true / false 
     179     * @return boolean / false 
    181180     */ 
    182181    public function delivErrorCheck($arrParam) 
Note: See TracChangeset for help on using the changeset viewer.