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/mypage/LC_Page_Mypage_Favorite.php

    r23546 r23605  
    111111     * 
    112112     * @param mixed $customer_id 
    113      * @param mixed $objPage 
     113     * @param LC_Page_Mypage_Favorite $objPage 
    114114     * @access private 
    115115     * @return array お気に入り商品一覧 
     
    165165 
    166166    /* 仕方がない処理。。 */ 
     167 
     168    /** 
     169     * @param string $tablename 
     170     */ 
    167171    public function lfMakeWhere($tablename, $arrProductId) 
    168172    { 
     
    180184 
    181185    // お気に入り商品削除 
     186 
     187    /** 
     188     * @param integer $product_id 
     189     */ 
    182190    public function lfDeleteFavoriteProduct($customer_id, $product_id) 
    183191    { 
Note: See TracChangeset for help on using the changeset viewer.