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/helper/SC_Helper_CSV.php

    r23546 r23605  
    6565     * @param  string  $order       ORDER文 
    6666     * @param  boolean $is_download true:ダウンロード用出力までさせる false:CSVの内容を返す(旧方式、メモリを食います。) 
    67      * @return mixed   $is_download = true時 成功失敗フラグ(boolean) 、$is_downalod = false時 string 
     67     * @return boolean|string   $is_download = true時 成功失敗フラグ(boolean) 、$is_downalod = false時 string 
    6868     */ 
    6969    public function sfDownloadCsv($csv_id, $where = '', $arrVal = array(), $order = '', $is_download = false) 
     
    226226     * @param  array|null   ヘッダ出力列配列。null の場合、SQL 文の列名を出力する。 
    227227     * @param  boolean      true:ダウンロード用出力までさせる false:CSVの内容を返す(旧方式、メモリを食います。) 
    228      * @return mixed   $is_download = true時 成功失敗フラグ(boolean) 、$is_downalod = false時 string 
     228     * @return boolean|string   $is_download = true時 成功失敗フラグ(boolean) 、$is_downalod = false時 string 
    229229     */ 
    230230    public function sfDownloadCsvFromSql($sql, $arrVal = array(), $file_head = 'csv', $arrHeader = null, $is_download = false) 
Note: See TracChangeset for help on using the changeset viewer.