| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function __construct(InitialItem $board) |
||
| 13 | { |
||
| 14 | parent::__construct( |
||
| 15 | [ |
||
| 16 | 'shard_uuid' => $board->getUuid()->getValue(), |
||
| 17 | 'key' => $board->getKey()->getValue(), |
||
| 18 | 'profile' => [ |
||
| 19 | 'name' => $board->getProfile()->getName()->getValue(), |
||
| 20 | 'version' => $board->getProfile()->getVersion()->getValue(), |
||
| 21 | ], |
||
| 26 |