src/UploadedFileFactory.php

Summary

Maintainability
A
35 mins
Test Coverage

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

        StreamInterface $stream,
        ?int $size = null,
        int $error = UPLOAD_ERR_OK,
        ?string $clientFilename = null,
        ?string $clientMediaType = null
Severity: Minor
Found in src/UploadedFileFactory.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status