Ignore:
Timestamp:
2014/05/30 18:14:20 (10 years ago)
Author:
pineray
Message:

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

File:
1 edited

Legend:

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

    r23459 r23477  
    14611461     * SC_Utils_Ex::sfCalcIncTax とどちらか統一したほうが良い 
    14621462     * 
    1463      * @param  integer $price 計算対象の金額 
    1464      * @return integer 税金付与した金額 
    1465      */ 
    1466     public function sfCalcIncTax($price, $tax = null, $tax_rule = null) 
     1463     * @param  int $price 計算対象の金額 
     1464     * @param  int $tax 
     1465     * @param  int $tax_rule 
     1466     * @return int 税金付与した金額 
     1467     */ 
     1468    public static function sfCalcIncTax($price, $tax = null, $tax_rule = null) 
    14671469    { 
    14681470        // 店舗基本情報を取得 
Note: See TracChangeset for help on using the changeset viewer.