mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 04:01:30 +02:00
fix typo
This commit is contained in:
@@ -57,6 +57,11 @@ class Encoder extends \Intervention\Image\AbstractEncoder
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Processes and returns encoded image as WEBP string
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function processWebp()
|
||||
{
|
||||
if ( ! function_exists('imagewebp')) {
|
||||
@@ -146,7 +151,7 @@ class Encoder extends \Intervention\Image\AbstractEncoder
|
||||
"AVIF format is not supported by Gd Driver."
|
||||
|
||||
|
||||
/**
|
||||
/**
|
||||
* Processes and returns encoded image as HEIC string
|
||||
*
|
||||
* @return string
|
||||
|
Reference in New Issue
Block a user