brokeyourbike/remit-one-api-client-php

View on GitHub
src/Models/AcceptTransactionResult.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private ?string $message,
        private ?int $total_count,
        private ?int $success_count,
        private ?int $failed_count,
        private ?AcceptTransactionsWrapper $transactions,
Severity: Minor
Found in src/Models/AcceptTransactionResult.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status