chevere/chevere

View on GitHub
src/Writer/functions.php

Summary

Maintainability
A
1 hr
Test Coverage

Method streamTemp has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function streamTemp(string $content = ''): StreamInterface
{
    $stream = 'php://temp';

    try {
Severity: Minor
Found in src/Writer/functions.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status