Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 1, 2013
1 parent 7a3602e commit d193565
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LatLng.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,11 @@ private function getUTMLatitudeZoneLetter($aLatitude) {
* Formula for transformation is taken from OS document
* "A Guide to Coordinate Systems in Great Britain"
*
* @param float $aScale scale factor on central meridian
* @param float $E0 easting of true origin
* @param float $N0 northing of true origin
* @param float $aOriginLat latitude of true origin
* @param float $aOriginLong longitude of true origin
* @param float $aScale scale factor on central meridian
* @param float $aOriginEasting easting of true origin
* @param float $aOriginNorthing northing of true origin
* @param float $aOriginLat latitude of true origin
* @param float $aOriginLong longitude of true origin
* @return array
*/
public function toTransverseMercatorEastingNorthing($aScale, $aOriginEasting, $aOriginNorthing, $aOriginLat, $aOriginLong) {
Expand Down

0 comments on commit d193565

Please sign in to comment.