bkdotcom/HttpMessage

View on GitHub
src/HttpFactory/Factory.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method createUploadedFile has 6 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

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

    There are no issues that match your filters.

    Category
    Status