autowp/external-login-service

View on GitHub
src/Github.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 6 of 6 total issues

Parameter $options is never used
Open

public function getData(array $options): Result
Severity: Minor
Found in src/Github.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Github::getFriendsUrl()
Open

public function getFriendsUrl(): string
Severity: Minor
Found in src/Github.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Github::getData()
Open

public function getData(array $options): Result
Severity: Minor
Found in src/Github.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Github::getFriends()
Open

public function getFriends(): array
Severity: Minor
Found in src/Github.php by phan

Possibly zero references to protected method \Autowp\ExternalLoginService\Github::createProvider()
Open

protected function createProvider(): GithubProvider
Severity: Minor
Found in src/Github.php by phan

Possibly zero references to protected method \Autowp\ExternalLoginService\Github::getFriendsAuthorizationUrl()
Open

protected function getFriendsAuthorizationUrl(): string
Severity: Minor
Found in src/Github.php by phan
Category
Status