Showing 4 of 4 total issues
Method findByHistoryAndSiteId
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$id,
$siteId,
array $eventTypes = null,
$published = null,
$limit = null,
- Create a ticketCreate a ticket
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
Method findByContentTypeAndCondition
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function findByContentTypeAndCondition($language, $contentType = '', $choiceType = self::CHOICE_AND, $condition = null, $siteId = null);
- Create a ticketCreate a ticket