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/SC_CartSession.php

    r23546 r23605  
    4646 
    4747    // 商品購入処理中のロック 
     48 
     49    /** 
     50     * @param string $key_tmp 
     51     * @param integer $productTypeId 
     52     */ 
    4853    public function saveCurrentCart($key_tmp, $productTypeId) 
    4954    { 
     
    7277 
    7378    // 購入処理中に商品に変更がなかったかを判定 
     79 
     80    /** 
     81     * @param integer $productTypeId 
     82     */ 
    7483    public function checkChangeCart($productTypeId) 
    7584    { 
     
    111120 
    112121    // 値のセット 
     122 
     123    /** 
     124     * @param string $key 
     125     * @param string $productTypeId 
     126     */ 
    113127    public function setProductValue($id, $key, $val, $productTypeId) 
    114128    { 
     
    201215 
    202216    // 全商品の合計ポイント 
     217 
     218    /** 
     219     * @param integer $productTypeId 
     220     */ 
    203221    public function getAllProductsPoint($productTypeId) 
    204222    { 
     
    335353     * getCartList用にcartSession情報をセットする 
    336354     * 
    337      * @param  integer $product_type_id 商品種別ID 
     355     * @param  integer $productTypeId 商品種別ID 
    338356     * @param  integer $key 
    339357     * @return void 
Note: See TracChangeset for help on using the changeset viewer.