Ignore:
Timestamp:
2014/08/27 18:45:58 (12 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_Product.php

    r23546 r23605  
    100100     * @param  SC_Query $objQuery SC_Query インスタンス 
    101101     * @param  array    $arrVal   検索パラメーターの配列 
    102      * @return array    対象商品ID数 
     102     * @return integer    対象商品ID数 
    103103     */ 
    104104    public function findProductCount(&$objQuery, $arrVal = array()) 
     
    607607     * 商品情報の配列に税込金額を設定する 
    608608     * 
    609      * @param  array $arrProducts 商品情報の配列 
     609     * @param  array $arrProduct 商品情報の配列 
    610610     * @return void 
    611611     */ 
     
    682682    } 
    683683 
     684    /** 
     685     * @param string $tablename 
     686     */ 
    684687    public function getProductDispConditions($tablename = null) 
    685688    { 
Note: See TracChangeset for help on using the changeset viewer.