| Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/symplify/easy-parallel/src/Enum/ |
| Current File : //home/rtorresani/www/vendor/rector/rector/vendor/symplify/easy-parallel/src/Enum/ReactCommand.php |
<?php
declare (strict_types=1);
namespace RectorPrefix202304\Symplify\EasyParallel\Enum;
/**
* @api
*/
final class ReactCommand
{
/**
* @var string
*/
public const ACTION = 'action';
/**
* @var string
*/
public const IDENTIFIER = 'identifier';
}