Total Complexity | 4 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
11 | final class AccountOpeningProcess implements CommandHandler |
||
12 | { |
||
13 | private $newIdentity; |
||
14 | private $visitor; |
||
15 | private $playerBase; |
||
16 | private $eventBag; |
||
17 | |||
18 | public function __construct( |
||
28 | } |
||
29 | |||
30 | public function handle(Command $command): void |
||
44 | } |
||
45 | |||
46 | private function register(PlayerAccount $account): void |
||
52 |