(string $jobId)
| 57 | } |
| 58 | |
| 59 | public static function logPathFor(string $jobId): string |
| 60 | { |
| 61 | return self::logsDir() . DIRECTORY_SEPARATOR . 'WORKER-' . strtolower($jobId) . '.log'; |
| 62 | } |
| 63 | |
| 64 | public static function load(string $jobId): ?array |
| 65 | { |
no test coverage detected