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/frontparts/bloc/LC_Page_FrontParts_Bloc_News.php

    r23546 r23605  
    105105     * 新着情報パラメーター初期化 
    106106     * 
    107      * @param  array $objFormParam フォームパラメータークラス 
     107     * @param  SC_FormParam_Ex $objFormParam フォームパラメータークラス 
    108108     * @return void 
    109109     */ 
     
    144144     * 
    145145     * @param  array  $arrData フォーム入力値 
    146      * @param  object $objNews 
     146     * @param  SC_Helper_News_Ex $objNews 
    147147     * @return String $json 新着情報のJSONを返す 
    148148     */ 
     
    167167     * 
    168168     * @param  array  $arrData フォーム入力値 
    169      * @param  object $objNews 
    170169     * @return String $json 新着情報1件分のJSONを返す 
    171170     */ 
Note: See TracChangeset for help on using the changeset viewer.