Showing 6 of 6 total issues
Method setPaginateConfiguration
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function setPaginateConfiguration($order = null, $skip = null, $limit = null, array $mapping, $search = null)
- Create a ticketCreate a ticket
Method finderPaginateConfigurationTest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function finderPaginateConfigurationTest(PaginateFinderConfiguration $configuration, $order, $limit, $skip, $search)
- Create a ticketCreate a ticket
Method generateFromVariable
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$order = null,
$skip = null,
$limit = null,
array $mapping = array(),
$search = null
- Create a ticketCreate a ticket
Method generateFilter
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function generateFilter($type, $name, $value, $documentName='', $format='')
- Create a ticketCreate a ticket
Method testPaginateVarGeneration
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function testPaginateVarGeneration(array $mapping, $search, $order, $limit, $skip)
- Create a ticketCreate a ticket
Method testGenerateFromRequest
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function testGenerateFromRequest($mapping, $search, $order, $limit, $skip)
- Create a ticketCreate a ticket