We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812703a commit ffa314aCopy full SHA for ffa314a
system/Images/Handlers/BaseHandler.php
@@ -771,12 +771,9 @@ public function getHeight()
771
}
772
773
/**
774
- * Clears image metadata.
+ * Placeholder method for implementing metadata clearing logic.
775
*
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.
+ * This method should be implemented to remove or reset metadata as needed.
780
*/
781
public function clearMetadata(): static
782
{
0 commit comments