Cysha/casino-holdem

View on GitHub
src/Game/Parameters/CashGameParameters.php

Summary

Maintainability
A
45 mins
Test Coverage

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

    public function __construct(Uuid $gameId, Chips $bigBlind, Chips $smallBlind = null, int $tableSize = 9, Chips $minimumBuyIn, Chips $maximumBuyIn = null)
Severity: Minor
Found in src/Game/Parameters/CashGameParameters.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status