📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:18:29
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Parallel
/
ValueObject
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Parallel/ValueObject
🔄 Refresh
✏️
Editing: Bridge.php
Read Only
<?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'; }
💾 Save Changes
❌ Cancel