Preview: ReactEvent.php
Size: 416 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/symplify/easy-parallel/src/Enum/ReactEvent.php
<?php
declare (strict_types=1);
namespace RectorPrefix202411\Symplify\EasyParallel\Enum;
/**
* @api
*/
final class ReactEvent
{
/**
* @var string
*/
public const EXIT = 'exit';
/**
* @var string
*/
public const DATA = 'data';
/**
* @var string
*/
public const ERROR = 'error';
/**
* @var string
*/
public const CONNECTION = 'connection';
}
Directory Contents
Dirs: 0 × Files: 4