open-orchestra/open-orchestra-model-interface

View on GitHub
ModelInterface/Repository/NodeRepositoryInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

Method removeBlockInArea has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function removeBlockInArea($blockId, $areaName, $nodeId, $siteId, $language, $version);
Severity: Minor
Found in ModelInterface/Repository/NodeRepositoryInterface.php - About 45 mins to fix

Method findByHistoryAndSiteId has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function findByHistoryAndSiteId($id, $siteId, array $eventTypes = null, $published = null, $limit = null, array $sort = null);
Severity: Minor
Found in ModelInterface/Repository/NodeRepositoryInterface.php - About 45 mins to fix

There are no issues that match your filters.

Category
Status