jenkins-bot has submitted this change and it was merged. Change subject: Update documentation after change that just changed the code ......................................................................
Update documentation after change that just changed the code Change-Id: I9f321d320fb47a7a2cc99ef892eb0ffd6b6bfee1 --- M DataValues/src/LatLongValue.php 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jeroen De Dauw: Looks good to me, approved jenkins-bot: Verified diff --git a/DataValues/src/LatLongValue.php b/DataValues/src/LatLongValue.php index b1364db..f78c7e5 100644 --- a/DataValues/src/LatLongValue.php +++ b/DataValues/src/LatLongValue.php @@ -8,8 +8,8 @@ /** * Object representing a geographic point. * - * Latitude is specified in degrees within the range [-90, 90]. - * Longitude is specified in degrees within the range [-180, 180]. + * Latitude is specified in degrees within the range [-360, 360]. + * Longitude is specified in degrees within the range [-360, 360]. * * @since 0.1 * -- To view, visit https://gerrit.wikimedia.org/r/81201 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f321d320fb47a7a2cc99ef892eb0ffd6b6bfee1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DataValues Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
