ernestwisniewski/kbin

View on GitHub
src/DTO/ImageDto.php

Summary

Maintainability
A
50 mins
Test Coverage

Method create has 7 arguments (exceeds 4 allowed). Consider refactoring.
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
Severity: Major
Found in src/DTO/ImageDto.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status