Showing 706 of 6,805 total issues
Method GetColArray
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function GetColArray($from_color, $to_color, $arr_size, &$colors, $numcols = 100)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($aWidth, $aHeight, $a = 0, $aFormat = DEFAULT_GFORMAT, $aSetAutoMargin = true)
Method GetTicksFromMinMax
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function GetTicksFromMinMax($aMin, $aMax, $aType, $aMinor = false, $aEndPoints = false)
Method FilledRoundedRectangle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function FilledRoundedRectangle($xt, $yt, $xr, $yl, $r = 5)
Method FastStroke
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function FastStroke($img, $xscale, $yscale, $aStartPoint = 0, $exist_x = true)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($x, $y, $aDirection, $aType = ARROWT_SOLID, $aSize = ARROW_S2)
Method RoundedRectangle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function RoundedRectangle($xt, $yt, $xr, $yl, $r = 5)
Method imageSmoothCircle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function imageSmoothCircle(&$img, $cx, $cy, $cr, $color)
Method SetPadding
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function SetPadding($aArgR1, $aC1 = null, $aR2 = null, $aC2 = null, $aPad = null)
Method SetCellFont
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function SetCellFont($aRow, $aCol, $aFF, $aFS, $aFSize = 10)
Method SetNumberFormat
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function SetNumberFormat($aArgR1, $aC1 = null, $aR2 = null, $aC2 = null, $aArg = null)
Method AutoScale
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function AutoScale($img, $min, $max, $maxsteps, $majend = true)
Method FilledRoundedRectangle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function FilledRoundedRectangle($x1, $y1, $x2, $y2, $r = null)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($aTxt = '', $xl = 0, $yt = 0, $w = 0, $h = 0)
Method SetBox
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function SetBox($aFrameColor = [255, 255, 255], $aBorderColor = [0, 0, 0], $aShadowColor = false, $aCornerRadius = 4, $aShadowWidth = 3)
Method StrokeText
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function StrokeText($x1, $y1, $txt, $dir = 0, $paragraph_align = 'left')
Method RoundedRectangle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function RoundedRectangle($x1, $y1, $x2, $y2, $r = null)
Method SetFillColor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function SetFillColor($aArgR1, $aC1 = null, $aR2 = null, $aC2 = null, $aArg = null)
Method Stroke
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function Stroke($aImg, $aX, $aY, $aWidth, $aHeight)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($aRow, $aType, $aColor, $aArrowSize, $aArrowType)