ModelInterface/Repository/NodeRepositoryInterface.php
Method removeBlockInArea
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function removeBlockInArea($blockId, $areaName, $nodeId, $siteId, $language, $version);
- Create a ticketCreate a ticket
Method findByHistoryAndSiteId
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function findByHistoryAndSiteId($id, $siteId, array $eventTypes = null, $published = null, $limit = null, array $sort = null);
- Create a ticketCreate a ticket