Showing 2 of 2 total issues
Method parseItemDescriptions
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function parseItemDescriptions(Collection $data): Collection
{
$items = $this->collection->make();
if ($data->count() == 0) {
Method steamApiUrl
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function steamApiUrl($steamId, $appId, $contextId, $lang = 'english', $tradable = true): string