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_FileManager.php

    r23546 r23605  
    8989     * 
    9090     * @param  string $dir ディレクトリ 
    91      * @return void 
     91     * @return integer 
    9292     */ 
    9393    public function sfGetDirSize($dir) 
     
    216216     * 
    217217     * @param string ディレクトリ 
     218     * @param string $dir 
    218219     * @return bool ファイルが存在する場合 true 
    219220     */ 
     
    295296     * 
    296297     * @param string ファイルパス 
     298     * @param string $filename 
    297299     * @return string ファイルの内容 
    298300     */ 
Note: See TracChangeset for help on using the changeset viewer.