biurad/php-http-galaxy

View on GitHub
src/Factory/Psr17Factory.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/Factory/Psr17Factory.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status