spotonlive/sl-laravel-accuranker

View on GitHub

Showing 7 of 7 total issues

Domain has 33 functions (exceeds 20 allowed). Consider refactoring.
Open

class Domain
{
    /** @var integer */
    protected $id;

Severity: Minor
Found in src/SpotOnLive/AccuRanker/Models/Domain.php - About 4 hrs to fix

    Keyword has 27 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class Keyword
    {
        /** @var integer */
        protected $id;
    
    
    Severity: Minor
    Found in src/SpotOnLive/AccuRanker/Models/Keyword.php - About 3 hrs to fix

      Method __construct has 16 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              $id,
              $groupId,
              $name,
              $display_name,
              $includeSubdomains,
      Severity: Major
      Found in src/SpotOnLive/AccuRanker/Models/Domain.php - About 2 hrs to fix

        Method createDomain has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function createDomain($name, $groupId, $searchLocal, $includeSubdomains, $displayName, $optional = []);
        Severity: Minor
        Found in src/SpotOnLive/AccuRanker/Resources/Contracts/DomainInterface.php - About 45 mins to fix

          Method createDomain has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function createDomain($name, $groupId, $searchLocal, $includeSubdomains, $displayName, $optional = [])
          Severity: Minor
          Found in src/SpotOnLive/AccuRanker/Resources/Domain.php - About 45 mins to fix

            Method createKeywordForDomain has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function createKeywordForDomain($domainId, $keyword, $searchType, $searchEngine, $optional = []);
            Severity: Minor
            Found in src/SpotOnLive/AccuRanker/Resources/Contracts/KeywordsInterface.php - About 35 mins to fix

              Method createKeywordForDomain has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function createKeywordForDomain($domainId, $keyword, $searchType, $searchEngine, $optional = [])
              Severity: Minor
              Found in src/SpotOnLive/AccuRanker/Resources/Keywords.php - About 35 mins to fix
                Severity
                Category
                Status
                Source
                Language