Skip to content

Commit

Permalink
Fix doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Feb 18, 2024
1 parent cac9182 commit 62e31f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GifDataStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ public function addFrame(FrameBlock $frame): self
}

/**
* Add frame
* Add comment extension
*
* @param FrameBlock $frame
* @param CommentExtension $comment
* @return GifDataStream
*/
public function addComment(CommentExtension $comment): self
Expand Down

0 comments on commit 62e31f6

Please sign in to comment.