Skip to content

Commit

Permalink
Add description of getLatitude/getLongitude normalization to docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jan 4, 2016
1 parent 7592071 commit 33e5c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LatLng.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public function __toString()
* Takes anything which looks like a coordinate and generates a LatLng
* object from it.
*
* $input can be either a string, an array, an \ArrayAccess object or a
* LatLng object.
* $input can be either a string, an object with getLatitude/getLongitude
* getter methods, an array, an \ArrayAccess object or a LatLng object.
*
* If $input is a string, it can be in the format "1.1234, 2.5678" or
* "1.1234 2.5678".
Expand Down

0 comments on commit 33e5c61

Please sign in to comment.