ernestwisniewski/kbin

View on GitHub
src/DTO/ClientConsentsResponseDto.php

Summary

Maintainability
A
45 mins
Test Coverage

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

    public static function create(int $consentId, string $clientName, ?string $clientDescription, ?ImageDto $logo, array $scopesGranted, array $scopesAvailable): self
Severity: Minor
Found in src/DTO/ClientConsentsResponseDto.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status