golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/symplify/easy-parallel/src/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
Action.php
337 B
Del
OK
Content.php
271 B
Del
OK
ReactCommand.php
286 B
Del
OK
ReactEvent.php
416 B
Del
OK
Edit: ReactCommand.php
<?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'; }
Save