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/products/LC_Page_Admin_Products_Category.php

    r23546 r23605  
    358358    } 
    359359 
     360    /** 
     361     * @param SC_Query $objQuery 
     362     * @param string $table 
     363     * @param string $pid_name 
     364     * @param string $id_name 
     365     */ 
    360366    public function lfCountChilds($objQuery, $table, $pid_name, $id_name, $id) 
    361367    { 
     
    367373    } 
    368374 
     375    /** 
     376     * @param SC_Query $objQuery 
     377     * @param string $table 
     378     * @param string $pid_name 
     379     * @param string $id_name 
     380     */ 
    369381    public function lfUpRankChilds($objQuery, $table, $pid_name, $id_name, $id, $count) 
    370382    { 
     
    381393    } 
    382394 
     395    /** 
     396     * @param SC_Query $objQuery 
     397     * @param string $table 
     398     * @param string $pid_name 
     399     * @param string $id_name 
     400     * @param integer $count 
     401     */ 
    383402    public function lfDownRankChilds($objQuery, $table, $pid_name, $id_name, $id, $count) 
    384403    { 
Note: See TracChangeset for help on using the changeset viewer.