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/graph/SC_Graph_Bar.php

    r23546 r23605  
    5353 
    5454    // 棒グラフの描画 
     55 
     56    /** 
     57     * @param integer $line_no 
     58     */ 
    5559    public function drawBar($line_no) 
    5660    { 
     
    8387 
    8488    // ラベルを描画する 
     89 
     90    /** 
     91     * @param integer $line_no 
     92     */ 
    8593    public function drawLabel($line_no) 
    8694    { 
Note: See TracChangeset for help on using the changeset viewer.