HEX
Server: LiteSpeed
System: Linux baran.dnsprotection.me 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ddir12 (3618)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Parallel/ValueObject/Bridge.php
<?php

declare (strict_types=1);
namespace Rector\Parallel\ValueObject;

/**
 * @enum
 */
final class Bridge
{
    /**
     * @var string
     */
    public const FILE_DIFFS = 'file_diffs';
    /**
     * @var string
     */
    public const SYSTEM_ERRORS = 'system_errors';
    /**
     * @var string
     */
    public const SYSTEM_ERRORS_COUNT = 'system_errors_count';
    /**
     * @var string
     */
    public const FILES = 'files';
    /**
     * @var string
     */
    public const FILES_COUNT = 'files_count';
}