Total Complexity | 1 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class ItemListPresenter implements PresenterInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param Context $context |
||
14 | * @param PresentationModel $presentationModel |
||
15 | * |
||
16 | * @return PresentationModel |
||
17 | */ |
||
18 | public function present(Context $context, PresentationModel $presentationModel): PresentationModel |
||
38 |