diff --git a/Model/MenuRepository.php b/Model/MenuRepository.php index a8ae8a72..420874cf 100644 --- a/Model/MenuRepository.php +++ b/Model/MenuRepository.php @@ -13,6 +13,9 @@ use Snowdog\Menu\Model\ResourceModel\Menu\Collection; use Snowdog\Menu\Model\ResourceModel\Menu\CollectionFactory; +/** + * @SuppressWarnings(PHPMD.CouplingBetweenObjects) + */ class MenuRepository implements MenuRepositoryInterface { /** @var MenuFactory */