ernestwisniewski/kbin

View on GitHub
src/Kbin/Magazine/DTO/MagazineBanResponseDto.php

Summary

Maintainability
A
45 mins
Test Coverage

Method create has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        int $id,
        string $reason = null,
        \DateTimeInterface $expiredAt = null,
        MagazineSmallResponseDto $magazine = null,
        UserSmallResponseDto $user = null,
Severity: Minor
Found in src/Kbin/Magazine/DTO/MagazineBanResponseDto.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status