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

    r23546 r23605  
    325325     * @param int $product_id 
    326326     * @param SC_Product $objProduct 
    327      * @return int|void 
     327     * @return integer 
    328328     */ 
    329329    public function lfCheckProductId($admin_mode, $product_id, SC_Product $objProduct) 
     
    369369 
    370370    /* 規格選択セレクトボックスの作成(モバイル) */ 
     371 
     372    /** 
     373     * @param LC_Page_Products_Detail $objPage 
     374     * @param integer $product_id 
     375     */ 
    371376    public function lfMakeSelectMobile(&$objPage, $product_id, $request_classcategory_id1) 
    372377    { 
     
    464469 
    465470    /* 登録済み関連商品の読み込み */ 
     471 
     472    /** 
     473     * @param integer $product_id 
     474     */ 
    466475    public function lfPreGetRecommendProducts($product_id) 
    467476    { 
     
    488497 
    489498    /* 入力内容のチェック */ 
     499 
     500    /** 
     501     * @param string $mode 
     502     * @param boolean $tpl_classcat_find1 
     503     * @param boolean $tpl_classcat_find2 
     504     */ 
    490505    public function lfCheckError($mode, SC_FormParam &$objFormParam, $tpl_classcat_find1 = null, $tpl_classcat_find2 = null) 
    491506    { 
Note: See TracChangeset for help on using the changeset viewer.