Fix coding guidelines
This commit is contained in:
parent
573a4ea12f
commit
f77cd9cafa
|
@ -337,3 +337,4 @@ class PieChart extends Chart
|
|||
$clipBox->addElement($rect);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ class PieSlice extends Animatable implements Drawable
|
|||
*
|
||||
* @var float
|
||||
*/
|
||||
private $endRadian= 0;
|
||||
private $endRadian = 0;
|
||||
|
||||
/**
|
||||
* The x position of the pie slice's center
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: mjentsch
|
||||
* Date: 22.07.14
|
||||
* Time: 10:17
|
||||
*/
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
|
||||
namespace Icinga\Chart\Render;
|
||||
|
||||
|
|
Loading…
Reference in New Issue