summaryrefslogtreecommitdiffstats
path: root/src/math/boundings.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/boundings.php')
-rw-r--r--src/math/boundings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/boundings.php b/src/math/boundings.php
index a8f474f..b6dd5f0 100644
--- a/src/math/boundings.php
+++ b/src/math/boundings.php
@@ -57,7 +57,7 @@ class ezcGraphBoundings
* @param float $y1 Bottom right y coordinate
* @return ezcGraphBoundings
*/
- public function __construct( $x0 = 0, $y0 = 0, $x1 = false, $y1 = false )
+ public function __construct( $x0 = 0., $y0 = 0., $x1 = false, $y1 = false )
{
$this->x0 = $x0;
$this->y0 = $y0;
OpenPOWER on IntegriCloud