| Total Complexity | 2 | 
| Total Lines | 16 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 12 | final class DirectCrosswordAdapter implements CrosswordInterface  | 
            ||
| 13 | { | 
            ||
| 14 | private CrosswordReceiver $crosswordReceiver;  | 
            ||
| 15 | |||
| 16 | public function __construct(CrosswordReceiver $crosswordReceiver)  | 
            ||
| 17 |     { | 
            ||
| 18 | $this->crosswordReceiver = $crosswordReceiver;  | 
            ||
| 19 | }  | 
            ||
| 20 | |||
| 21 | public function construct(CrosswordCriteria $criteria): CrosswordDto  | 
            ||
| 28 | ]);  | 
            ||
| 29 | }  | 
            ||
| 31 |