Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class ExternalNotificationConnectPortfolioItemVisibilityHookObserver extends ExternalNotificationConnectHookObserver implements HookPortfolioItemVisibilityObserverInterface |
||
9 | { |
||
10 | use RequestTrait; |
||
11 | |||
12 | /** |
||
13 | * {@inheritDoc} |
||
14 | */ |
||
15 | public function hookItemVisibility(HookPortfolioItemVisibilityEventInterface $event) |
||
45 |