bwinkers/nugget

View on GitHub
src/GSheet.php

Summary

Maintainability
A
0 mins
Test Coverage

Return type of getSpreadsheetValues() is undeclared type \Activerules\Nugget\type
Open

    public function getSpreadsheetValues($spreadsheetID, $range)
Severity: Minor
Found in src/GSheet.php by phan

Reference to undeclared class \Google_Service_Sheets
Open

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

Reference to undeclared property \Activerules\Nugget\GSheet->spreadsheets_values
Open

            return $this->spreadsheets_values->get($spreadsheetID, $range);
Severity: Minor
Found in src/GSheet.php by phan

Class extends undeclared class \Google_Service_Sheets
Open

class GSheet extends Google_Service_Sheets
Severity: Critical
Found in src/GSheet.php by phan

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

use Activerules\Nugget\GClient;
Severity: Minor
Found in src/GSheet.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/GSheet.php by phan

Catching undeclared class \Activerules\Nugget\Exception (Did you mean class \Exception)
Open

        } catch (Exception $ex) {
Severity: Critical
Found in src/GSheet.php by phan

Whitespace found at end of line
Open

     * 
Severity: Minor
Found in src/GSheet.php by phpcodesniffer

Whitespace found at end of line
Open

     * 
Severity: Minor
Found in src/GSheet.php by phpcodesniffer

There are no issues that match your filters.

Category
Status