Preview: JsonConstant.php
Size: 390 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-downgrade-php/src/Enum/JsonConstant.php
<?php
declare (strict_types=1);
namespace Rector\Enum;
final class JsonConstant
{
/**
* @var string
*/
public const INVALID_UTF8_IGNORE = 'JSON_INVALID_UTF8_IGNORE';
/**
* @var string
*/
public const INVALID_UTF8_SUBSTITUTE = 'JSON_INVALID_UTF8_SUBSTITUTE';
/**
* @var string
*/
public const THROW_ON_ERROR = 'JSON_THROW_ON_ERROR';
}
Directory Contents
Dirs: 0 × Files: 1