autowp/external-login-service

View on GitHub

Showing 72 of 72 total issues

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

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

Possibly zero write references to protected property \Autowp\ExternalLoginService\PluginManager->instanceOf
Open

protected $instanceOf = AbstractService::class;
Severity: Minor
Found in src/PluginManager.php by phan

syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open

private string $idToken;
Severity: Critical
Found in src/Google.php by phan

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

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

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

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

Possibly zero write references to public property \Autowp\ExternalLoginService\Provider\VkProvider->userFields
Open

public $userFields = [
Severity: Minor
Found in src/Provider/VkProvider.php by phan

syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open

private string $externalId;
Severity: Critical
Found in src/Result.php by phan

Suspicious type false of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

$data['name'] = $firstName . ($firstName && $lastName ? ' ' : '') . $lastName;
Severity: Minor
Found in src/Vk.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 class \Autowp\ExternalLoginService\Provider\FacebookProvider
Open

class FacebookProvider extends LeagueFacebookProvider
Severity: Minor
Found in src/Provider/FacebookProvider.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Provider\VkProvider::getResourceOwnerDetailsUrl()
Open

public function getResourceOwnerDetailsUrl(AccessToken $token): string
Severity: Minor
Found in src/Provider/VkProvider.php by phan

Possibly zero references to class \Autowp\ExternalLoginService\InvalidEmailAddressException
Open

class InvalidEmailAddressException extends ExternalLoginServiceException
Severity: Minor
Found in src/InvalidEmailAddressException.php by phan

Call with 2 arg(s) to \Autowp\ExternalLoginService\PluginManager::__construct() which only takes 0 arg(s) defined at /code/src/PluginManager.php:16
Open

$pluginManager = new PluginManager($container, $options ?: []);
Severity: Info
Found in src/PluginManagerFactory.php by phan

Call with 1 arg(s) to \Autowp\ExternalLoginService\Provider\VkProvider::__construct() which only takes 0 arg(s) defined at /code/src/Provider/VkProvider.php:10
Open

return new VkProvider([
Severity: Info
Found in src/Vk.php by phan

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

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

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

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

Possibly zero references to class \Autowp\ExternalLoginService\Module
Open

class Module
Severity: Minor
Found in src/Module.php by phan

Possibly zero references to protected property \Autowp\ExternalLoginService\PluginManager->aliases
Open

protected $aliases = [
Severity: Minor
Found in src/PluginManager.php by phan

syntax error, unexpected 'Client' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open

private Client\Server\Twitter $server;
Severity: Critical
Found in src/Twitter.php by phan

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

public function getData(array $options): Result
Severity: Minor
Found in src/GooglePlus.php by phan
Severity
Category
Status
Source
Language