Skip to content

Commit 191bd1d

Browse files
committed
update method description
1 parent 3a59eb0 commit 191bd1d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

system/Images/Handlers/BaseHandler.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -771,12 +771,9 @@ public function getHeight()
771771
}
772772

773773
/**
774-
* Clears image metadata.
774+
* Placeholder method for implementing metadata clearing logic.
775775
*
776-
* This method has no use in the GDHandler,
777-
* since all the data are cleared automatically.
778-
*
779-
* GDHandler can't preserve the image metadata.
776+
* This method should be implemented to remove or reset metadata as needed.
780777
*/
781778
public function clearMetadata(): static
782779
{

0 commit comments

Comments
 (0)