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

    r23546 r23605  
    5656 
    5757    // X軸ラベルの角度セット 
     58 
     59    /** 
     60     * @param integer $Angle 
     61     */ 
    5862    public function setXLabelAngle($Angle) 
    5963    { 
     
    238242 
    239243    // ラインを描画する 
     244 
     245    /** 
     246     * @param integer $line_no 
     247     */ 
    240248    public function drawLine($line_no) 
    241249    { 
     
    255263 
    256264    // マークを描画する 
     265 
     266    /** 
     267     * @param integer $line_no 
     268     */ 
    257269    public function drawMark($line_no) 
    258270    { 
     
    267279 
    268280    // ラベルを描画する 
     281 
     282    /** 
     283     * @param integer $line_no 
     284     */ 
    269285    public function drawLabel($line_no) 
    270286    { 
Note: See TracChangeset for help on using the changeset viewer.