mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 13:11:18 +02:00
fix typo
This commit is contained in:
@@ -57,6 +57,11 @@ class Encoder extends \Intervention\Image\AbstractEncoder
|
|||||||
return $buffer;
|
return $buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Processes and returns encoded image as WEBP string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
protected function processWebp()
|
protected function processWebp()
|
||||||
{
|
{
|
||||||
if ( ! function_exists('imagewebp')) {
|
if ( ! function_exists('imagewebp')) {
|
||||||
|
Reference in New Issue
Block a user