chrismou/php-lastfm-wrapper

View on GitHub

Showing 2 of 6 total issues

Function exports has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(grunt) {

    grunt.initConfig({
        phpunit: {
            unit: {
Severity: Minor
Found in Gruntfile.js - About 1 hr to fix

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

        protected function doRequest($method, array $parameters = [], $doRequestAuth = false)
        {
            // We automatically append a few parameters here.
            $parameters = array_merge(
                [
    Severity: Minor
    Found in src/LastFm.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language