Skip to content

Commit

Permalink
QA: Fix document() API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 29, 2024
1 parent cc1a152 commit 0e73c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/php/img/io/XMPSegment.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public static function read($marker, $bytes) {
}

/**
* Get image bits
* Gets XML document
*
* @return int
* @return xml.dom.Document
*/
public function document() {
return $this->document;
Expand Down

0 comments on commit 0e73c3d

Please sign in to comment.