MikeNGarrett/Play-Later

View on GitHub
cron/last-fm-update.php

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                if( !is_array( $genres ) ) {
                    $genres = array();
                }
Severity: Major
Found in cron/last-fm-update.php - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                    if( !is_array( $last_tags ) ) {
                        $last_tags = array();
                    }
    Severity: Major
    Found in cron/last-fm-update.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status