From 062f23a03a25aeaa3086595239d9c7dd22cd2214 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 29 May 2016 15:57:11 +0100 Subject: [PATCH] Fix docblock, fixes #9 --- LatLng.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LatLng.php b/LatLng.php index 7fdc079c1..e149f19ba 100644 --- a/LatLng.php +++ b/LatLng.php @@ -257,9 +257,7 @@ public function toIreland1975() } /** - * Convert this LatLng object from WGS84 datum to Ireland 1975 datum. - * Reference values for transformation are taken from OSI document - * "Making maps compatible with GPS" + * Convert this LatLng object to WGS84 datum * @return void */ public function toWGS84() {