From 62e31f621e048062691a9e3124b94ef0e45b2094 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 18 Feb 2024 14:04:53 +0100 Subject: [PATCH] Fix doc block --- src/GifDataStream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GifDataStream.php b/src/GifDataStream.php index 038a9a8..1e4a391 100644 --- a/src/GifDataStream.php +++ b/src/GifDataStream.php @@ -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