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