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/admin/customer/LC_Page_Admin_Customer.php

    r23546 r23605  
    143143     * パラメーター情報の初期化 
    144144     * 
    145      * @param  array $objFormParam フォームパラメータークラス 
     145     * @param  SC_FormParam_Ex $objFormParam フォームパラメータークラス 
    146146     * @return void 
    147147     */ 
     
    211211     * 
    212212     * @param  array   $arrParam 検索パラメーター連想配列 
    213      * @return boolean true:成功 false:失敗 
     213     * @return boolean|string true:成功 false:失敗 
    214214     */ 
    215215    public function lfDoCSV($arrParam) 
Note: See TracChangeset for help on using the changeset viewer.