| Total Complexity | 12 |
| Total Lines | 59 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class Afterload |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param string[] $path |
||
| 20 | */ |
||
| 21 | 3 | public static function run(array $path): void |
|
| 25 | 2 | } |
|
| 26 | |||
| 27 | 3 | final public function __construct() |
|
| 29 | 3 | } |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @param string[] $path |
||
| 33 | * @throws AfterloadException |
||
| 34 | */ |
||
| 35 | 3 | public function process(array $path): void |
|
| 49 | } |
||
| 50 | 2 | } |
|
| 51 | |||
| 52 | /** |
||
| 53 | * @param string[] $passedPath |
||
| 54 | * @return array<string> array of paths |
||
| 55 | */ |
||
| 56 | 3 | protected function listFiles(array $passedPath): array |
|
| 77 |