We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca197b commit 02baaa6Copy full SHA for 02baaa6
berry/utils/ImageHelper.php
@@ -12,7 +12,7 @@ public function __construct()
12
* Converts .jpg, .png and .gif images into .webp format
13
* @param string $source the source image path to convert
14
* @param int $quality ranges from 0 (worst quality, smaller file) to 100 (best quality, biggest file).
15
- * @param bool $removeOld true if you want to delete the original file
+ * @param bool $removeOld set to true if you want to delete the original file
16
* @return string returns the .webp file path
17
*/
18
public function ConvertImageToWebP(string $source, int $quality = 100, bool $removeOld = false): string
0 commit comments