kanalumaddela/laravel-steam-login

View on GitHub
src/SteamUser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parseApiProfileData has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected static function parseApiProfileData($body): array
    {
        $json = @json_decode($body, true);
        $json = $json['response']['players'][0] ?? null;

Severity: Minor
Found in src/SteamUser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status