Showing 3 of 3 total issues
Client
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Client
{
/**
* DotA 2 Steam API App ID
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($fantasyLeagueId, $accountId = null, $startTime = null, $endTime = null, $matchId = null, $seriesId = null)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($body, $statusCode, array $headers, Request $request, HttpClientInterface $client)