PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
symplify
/
easy-parallel
/
src
/
Enum
<?php declare (strict_types=1); namespace RectorPrefix202411\Symplify\EasyParallel\Enum; /** * @api */ final class ReactCommand { /** * @var string */ public const ACTION = 'action'; /** * @var string */ public const IDENTIFIER = 'identifier'; }
[-] Action.php
[edit]
[-] ReactCommand.php
[edit]
[+]
..
[-] Content.php
[edit]
[-] ReactEvent.php
[edit]