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/SC_UploadFile.php

    r23546 r23605  
    7979    } 
    8080    // サムネイル画像の作成 
     81 
     82    /** 
     83     * @param string $dst_file 
     84     */ 
    8185    public function makeThumb($src_file, $width, $height, $dst_file) 
    8286    { 
     
    9498 
    9599    // アップロードされたファイルを保存する。 
     100 
     101    /** 
     102     * @param boolean $rename 
     103     */ 
    96104    public function makeTempFile($keyname, $rename = IMAGE_RENAME) 
    97105    { 
     
    207215 
    208216    // 一時ファイルパスを取得する。 
     217 
     218    /** 
     219     * @param string $keyname 
     220     */ 
    209221    public function getTempFilePath($keyname) 
    210222    { 
     
    535547     * 
    536548     * @param string $keyname ファイルinputタグのname 
    537      * @param object $objErr SC_CheckErrorインスタンス 
     549     * @param SC_CheckError $objErr SC_CheckErrorインスタンス 
    538550     * @return boolean 
    539551     */ 
Note: See TracChangeset for help on using the changeset viewer.