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

    r23577 r23605  
    4343    } 
    4444 
     45    /** 
     46     * @param string[] $arrFunc 
     47     */ 
    4548    public function doFunc($value, $arrFunc) 
    4649    { 
     
    371374     * 
    372375     * 入力が指定文字数以上ならエラーを返す 
    373      * @param  array $value value[0] = 項目名 
     376     * @param  integer[] $value value[0] = 項目名 
    374377     *                      value[1] = 判定対象文字列 
    375378     *                      value[2] = 最大文字数(半角も全角も1文字として数える) 
Note: See TracChangeset for help on using the changeset viewer.