Showing 2 of 2 total issues
Method listAll
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function listAll(CategoryCriteriaFilterDto $criteriaDto, OrderDto $dto, array $columns = ['*'], ?int $perPage = 15, ?bool $isActive = null): LengthAwarePaginator
Method listAll
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function listAll(CategoryCriteriaFilterDto $criteriaDto, OrderDto $dto, array $columns = ['*'], ?int $perPage = 15, ?bool $isActive = null): LengthAwarePaginator;