Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 21, 2023
1 parent 8d676e9 commit b2092af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Geometry.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,7 @@ abstract public function getBoundingBox() : BoundingBox;
abstract public function toArray() : array;

/**
* Returns a copy of this Geometry, with the SRID altered.
*
* Note that only the SRID value is changed, the coordinates are not reprojected.
* Use GeometryEngine::transform() to reproject the Geometry to another SRID.
* Returns a copy of this Geometry, with the X and Y coordinates swapped.
*
* @return static
*/
Expand Down

0 comments on commit b2092af

Please sign in to comment.