File "Json-20250815052655-20250815152119.php"
Full path: /home/humancap/cl.humancap.com.my/vendor/composer/Json-20250815052655-20250815152119.php
File
size: 209 B B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
namespace Jfcherng\Diff\Renderer\Html;
/**
* HTML Json diff generator.
*
* @deprecated 6.8.0 Use the "JsonHtml" renderer instead.
*/
final class Json extends JsonHtml
{
}