1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 04:01:30 +02:00

Add property tag

This commit is contained in:
Oliver Vogel
2024-01-09 16:12:56 +01:00
parent 793e67a600
commit e12dae469c

View File

@@ -7,6 +7,9 @@ use Intervention\Image\EncodedImage;
use Intervention\Image\Interfaces\ImageInterface;
use Intervention\Image\Interfaces\EncodedImageInterface;
/**
* @property int $quality
*/
class HeicEncoder extends DriverSpecializedEncoder
{
public function encode(ImageInterface $image): EncodedImageInterface