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/admin/contents/LC_Page_Admin_Contents.php

    r23546 r23605  
    176176    /** 
    177177     * パラメーターの初期化を行う 
    178      * @param Object $objFormParam 
     178     * @param SC_FormParam_Ex $objFormParam 
    179179     */ 
    180180    public function lfInitParam(&$objFormParam) 
     
    195195     * @param  integer  $news_id 
    196196     * @param  array    $sqlval 
    197      * @param  object   $objNews 
     197     * @param  SC_Helper_News_Ex   $objNews 
    198198     * @return multiple 
    199199     */ 
     
    246246    /** 
    247247     * POSTされたランクの値を取得する 
    248      * @param Object  $objFormParam 
    249248     * @param Integer $news_id 
    250249     */ 
Note: See TracChangeset for help on using the changeset viewer.