app/Uploads/ImageRepo.php
Method saveNew
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function saveNew(UploadedFile $uploadFile, string $type, int $uploadedTo = 0, int $resizeWidth = null, int $resizeHeight = null, bool $keepRatio = true): Image
Method getPaginatedByType
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $type,
int $page = 0,
int $pageSize = 24,
int $uploadedTo = null,
string $search = null,
Method getEntityFiltered
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $type,
?string $filterType,
int $page,
int $pageSize,
int $uploadedTo,