Файл vendor/intervention/image/src/Decoders/EncodedImageObjectDecoder.php Вес запакованого файла 129b (129 b) Вес распакованого файла: 192b (192 b) Метод сжатия: 8
<?php
declare(strict_types=1);
namespace Intervention\Image\Decoders;
use Intervention\Image\Drivers\SpecializableDecoder;
class EncodedImageObjectDecoder extends SpecializableDecoder
{
}