| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | final class ItemPresenter implements PresenterInterface |
||
| 12 | { |
||
| 13 | use HasDataTrait; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param Context $context |
||
| 17 | * @param PresentationModel $presentationModel |
||
| 18 | * |
||
| 19 | * @return PresentationModel |
||
| 20 | */ |
||
| 21 | public function present(Context $context, PresentationModel $presentationModel): PresentationModel |
||
| 33 |