Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / image / src / ImageEffectInterface.php
index 7c371a805476747abf16ffe4eebb5052b1fa40f1..7174ae5850178aa090d5759fbb0887765d5341b0 100644 (file)
@@ -50,8 +50,7 @@ interface ImageEffectInterface extends PluginInspectionInterface, ConfigurablePl
   public function transformDimensions(array &$dimensions, $uri);
 
   /**
-   * Returns the extension the derivative would have have after applying this
-   * image effect.
+   * Returns the extension of the derivative after applying this image effect.
    *
    * @param string $extension
    *   The file extension the derivative has before applying.