summaryrefslogtreecommitdiffstats
path: root/src/structs
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 10:42:52 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 10:42:52 +0100
commit9657eef0ec32d2e2e80a8453e4954d76ebdda7fc (patch)
treec413326e9260f274b737e0aa73b2a060092983dc /src/structs
parentddea34cb8ab9325adbe6a7de9acd3d500e38ebcb (diff)
downloadzetacomponents-graph-9657eef0ec32d2e2e80a8453e4954d76ebdda7fc.zip
zetacomponents-graph-9657eef0ec32d2e2e80a8453e4954d76ebdda7fc.tar.gz
Use non-local-aware number printing everywhere
Diffstat (limited to 'src/structs')
-rw-r--r--src/structs/coordinate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php
index 79503f3..570e824 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -85,7 +85,7 @@ class ezcGraphCoordinate extends ezcBaseStruct
*/
public function __toString()
{
- return sprintf( '( %.2f, %.2f )', $this->x, $this->y );
+ return sprintf( '( %.2F, %.2F )', $this->x, $this->y );
}
}
OpenPOWER on IntegriCloud