1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00

Add doc blocks

This commit is contained in:
Oliver Vogel
2024-01-06 17:42:25 +01:00
parent 55299b2840
commit b16f3511a5
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ use Intervention\Image\Drivers\DriverSpecializedModifier;
use Intervention\Image\Drivers\Gd\Cloner;
use Intervention\Image\Interfaces\ImageInterface;
/**
* @property mixed $color
*/
class BlendTransparencyModifier extends DriverSpecializedModifier
{
public function apply(ImageInterface $image): ImageInterface

View File

@@ -6,6 +6,9 @@ use Imagick;
use Intervention\Image\Drivers\DriverSpecializedModifier;
use Intervention\Image\Interfaces\ImageInterface;
/**
* @property mixed $color
*/
class BlendTransparencyModifier extends DriverSpecializedModifier
{
public function apply(ImageInterface $image): ImageInterface