bwinkers/nugget

View on GitHub
src/GClient.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to undeclared method \Activerules\Nugget\GClient::setAuthConfig
Open

        $this->setAuthConfig($credentials);
Severity: Critical
Found in src/GClient.php by phan

Possibly zero references to use statement for classlike/namespace NuggetException (\Activerules\Nugget\Exception\NuggetException)
Open

use Activerules\Nugget\Exception\NuggetException;
Severity: Minor
Found in src/GClient.php by phan

Call to undeclared method \Activerules\Nugget\GClient::setScopes
Open

            $this->setScopes($scopes);
Severity: Critical
Found in src/GClient.php by phan

Reference to undeclared class \Google_Client
Open

        parent::__construct($config);
Severity: Critical
Found in src/GClient.php by phan

Class extends undeclared class \Google_Client
Open

class GClient extends Google_Client
Severity: Critical
Found in src/GClient.php by phan

Whitespace found at end of line
Open

        }  
Severity: Minor
Found in src/GClient.php by phpcodesniffer

There are no issues that match your filters.

Category
Status