| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ProcessNextSchedule |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var CommandScheduleProcessor |
||
| 11 | */ |
||
| 12 | private $commandScheduleProcessor; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param CommandScheduleProcessor $commandScheduleProcessor |
||
| 16 | */ |
||
| 17 | public function __construct(CommandScheduleProcessor $commandScheduleProcessor) |
||
| 20 | } |
||
| 21 | |||
| 22 | public function execute() |
||
| 27 |