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/pages/products/LC_Page_Products_List.php

    r23566 r23605  
    161161     * パラメーター情報の初期化 
    162162     * 
    163      * @param  array $objFormParam フォームパラメータークラス 
     163     * @param  SC_FormParam_Ex $objFormParam フォームパラメータークラス 
    164164     * @return void 
    165165     */ 
     
    203203 
    204204    /* 商品一覧の表示 */ 
     205 
     206    /** 
     207     * @param SC_Product_Ex $objProduct 
     208     */ 
    205209    public function lfGetProductsList($searchCondition, $disp_number, $startno, &$objProduct) 
    206210    { 
     
    288292     * ページタイトルの設定 
    289293     * 
     294     * @param string|null $mode 
    290295     * @return str 
    291296     */ 
     
    411416     * カートに入れる商品情報にエラーがあったら戻す 
    412417     * 
     418     * @param integer $product_id 
    413419     * @return str 
    414420     */ 
Note: See TracChangeset for help on using the changeset viewer.