Conditions | 3 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 3.7085 |
Changes | 0 |
1 | <?php |
||
9 | 1 | protected function validateJobTimingManager() |
|
10 | { |
||
11 | 1 | if ($this->container->hasParameter('dtc_queue.manager.job_timing')) { |
|
12 | $this->validateManagerType('dtc_queue.manager.job_timing'); |
||
13 | 1 | } elseif ($this->container->hasParameter('dtc_queue.manager.job_timing')) { |
|
14 | $this->validateManagerType('dtc_queue.manager.run'); |
||
15 | } else { |
||
16 | 1 | $this->validateManagerType('dtc_queue.manager.job'); |
|
17 | } |
||
49 |