Skip to content

Commit

Permalink
Improve AbstractWKBWriter::setByteOrder() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 24, 2019
1 parent 4e33e2d commit f236a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/AbstractWKBWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
}

/**
* @param int $byteOrder The byte order, one of the BIG_ENDIAN or LITTLE_ENDIAN constants.
* @param int $byteOrder The byte order, one of the WKBTools::BIG_ENDIAN or WKBTools::LITTLE_ENDIAN constants.
*
* @return void
*
Expand Down

0 comments on commit f236a68

Please sign in to comment.