Skip to content

Commit

Permalink
Suppressing PHPMD warning in MenuRepository: coupling between objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ortega committed Nov 22, 2023
1 parent d5ddb5d commit 16484af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Model/MenuRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 16484af

Please sign in to comment.