golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/symplify/easy-parallel/src/ValueObject
⬆️ Go Up
Upload
File/Folder
Size
Actions
EasyParallelConfig.php
251 B
Del
OK
ParallelProcess.php
4.58 KB
Del
OK
ProcessPool.php
1.78 KB
Del
OK
Schedule.php
930 B
Del
OK
Edit: EasyParallelConfig.php
<?php declare (strict_types=1); namespace RectorPrefix202411\Symplify\EasyParallel\ValueObject; /** * @api */ final class EasyParallelConfig { /** * @var string */ public const FILE_PATH = __DIR__ . '/../../config/config.php'; }
Save