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

    r23576 r23605  
    385385    /** 
    386386     * 配送先都道府県の配列を返す. 
     387     * @param boolean $is_multiple 
    387388     */ 
    388389    public function getShippingPref($is_multiple) 
     
    430431     * 
    431432     * @deprecated 2.12.0 から EC-CUBE 本体では使用していない。 
    432      * @param  integer $shipping_id 配送先ID 
    433433     * @return void 
    434434     */ 
     
    556556    /** 
    557557     * お届け日一覧を取得する. 
     558     * @param SC_CartSession $objCartSess 
     559     * @param integer $productTypeId 
    558560     */ 
    559561    public function getDelivDate(&$objCartSess, $productTypeId) 
Note: See TracChangeset for help on using the changeset viewer.