summaryrefslogtreecommitdiffstats
path: root/src/colors
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/colors
parent39cc6e9237085d0034b4ec35ce3f5abaedfaadf6 (diff)
downloadzetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.zip
zetacomponents-graph-cefc1cb0ecb1fa1a794eaa51e456a5329071257d.tar.gz
- Fixed CS issues.
Diffstat (limited to 'src/colors')
-rw-r--r--src/colors/linear_gradient.php1
-rw-r--r--src/colors/radial_gradient.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php
index 674bc24..d831612 100644
--- a/src/colors/linear_gradient.php
+++ b/src/colors/linear_gradient.php
@@ -143,3 +143,4 @@ class ezcGraphLinearGradient extends ezcGraphColor
);
}
}
+?>
diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php
index e610a65..5b49d01 100644
--- a/src/colors/radial_gradient.php
+++ b/src/colors/radial_gradient.php
@@ -150,3 +150,4 @@ class ezcGraphRadialGradient extends ezcGraphColor
);
}
}
+?>
OpenPOWER on IntegriCloud