src/DTO/ImageDto.php
Method create
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function create(int $id, string $filePath, int $width = null, int $height = null, string $altText = null, string $sourceUrl = null, string $storageUrl = null): self