Skip to content

Commit 02baaa6

Browse files
committed
Update ImageHelper.php
1 parent bca197b commit 02baaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

berry/utils/ImageHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct()
1212
* Converts .jpg, .png and .gif images into .webp format
1313
* @param string $source the source image path to convert
1414
* @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
15+
* @param bool $removeOld set to true if you want to delete the original file
1616
* @return string returns the .webp file path
1717
*/
1818
public function ConvertImageToWebP(string $source, int $quality = 100, bool $removeOld = false): string

0 commit comments

Comments
 (0)