fisharebest/webtrees

View on GitHub
app/Contracts/ImageFactoryInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

Method mediaFileThumbnailResponse has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        MediaFile $media_file,
        int $width,
        int $height,
        string $fit,
        bool $add_watermark
Severity: Minor
Found in app/Contracts/ImageFactoryInterface.php - About 35 mins to fix

    Method thumbnailResponse has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            FilesystemOperator $filesystem,
            string $path,
            int $width,
            int $height,
            string $fit
    Severity: Minor
    Found in app/Contracts/ImageFactoryInterface.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status