PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
symplify
/
easy-parallel
/
src
/
ValueObject
<?php declare (strict_types=1); namespace RectorPrefix202411\Symplify\EasyParallel\ValueObject; /** * @api */ final class EasyParallelConfig { /** * @var string */ public const FILE_PATH = __DIR__ . '/../../config/config.php'; }
[-] EasyParallelConfig.php
[edit]
[-] ProcessPool.php
[edit]
[+]
..
[-] ParallelProcess.php
[edit]
[-] Schedule.php
[edit]