mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 18:02:45 +02:00
Add DecoderInterface implementation to AbstractDecoder
This commit is contained in:
@@ -4,11 +4,12 @@ namespace Intervention\Image\Drivers\Abstract\Decoders;
|
|||||||
|
|
||||||
use Intervention\Image\Exceptions\DecoderException;
|
use Intervention\Image\Exceptions\DecoderException;
|
||||||
use Intervention\Image\Interfaces\ColorInterface;
|
use Intervention\Image\Interfaces\ColorInterface;
|
||||||
|
use Intervention\Image\Interfaces\DecoderInterface;
|
||||||
use Intervention\Image\Interfaces\ImageInterface;
|
use Intervention\Image\Interfaces\ImageInterface;
|
||||||
use Intervention\MimeSniffer\MimeSniffer;
|
use Intervention\MimeSniffer\MimeSniffer;
|
||||||
use Intervention\MimeSniffer\AbstractType;
|
use Intervention\MimeSniffer\AbstractType;
|
||||||
|
|
||||||
abstract class AbstractDecoder
|
abstract class AbstractDecoder implements DecoderInterface
|
||||||
{
|
{
|
||||||
public function __construct(protected ?AbstractDecoder $successor = null)
|
public function __construct(protected ?AbstractDecoder $successor = null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user