summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2006-09-25 08:11:08 +0000
committerDerick Rethans <github@derickrethans.nl>2006-09-25 08:11:08 +0000
commitcefc1cb0ecb1fa1a794eaa51e456a5329071257d (patch)
treee44508b84b22fc3b3737a04473a59aeafa2bb622 /src/charts
parent39cc6e9237085d0034b4ec35ce3f5abaedfaadf6 (diff)
downloadzetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.zip
zetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.tar.gz
- Fixed CS issues.
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/pie.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php
index 169263d..6805d38 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -80,7 +80,7 @@ class ezcGraphPieChart extends ezcGraphChart
$angle = 0;
foreach ( $dataset as $label => $value )
{
- switch( $dataset->displayType->default )
+ switch ( $dataset->displayType->default )
{
case ezcGraph::PIE:
$renderer->drawPieSegment(
OpenPOWER on IntegriCloud