Skip to content

Commit f85f19a

Browse files
committed
The abstract save function must match the new speed parameter
1 parent 1d5d0db commit f85f19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Images/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ abstract public function getVersion();
683683
*
684684
* @return bool
685685
*/
686-
abstract public function save(?string $target = null, int $quality = 90);
686+
abstract public function save(?string $target = null, int $quality = 90, int $speed = -1);
687687

688688
/**
689689
* Does the driver-specific processing of the image.

0 commit comments

Comments
 (0)