Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
14 | final class AttackingProcess implements Handler |
||
15 | { |
||
16 | private $matches; |
||
17 | private $clock; |
||
18 | private $eventBag; |
||
19 | |||
20 | public function __construct(Matches $matches, Clock $clock, EventBag $eventBag) |
||
25 | } |
||
26 | |||
27 | public function handle(object $command): void |
||
35 | ); |
||
36 | } |
||
37 | |||
38 | public function sendIntoBattle( |
||
52 |