autowp/external-login-service

View on GitHub

Showing 72 of 72 total issues

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

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

syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
Open

    protected array $options;
Severity: Critical
Found in src/AbstractService.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 public method \Autowp\ExternalLoginService\GooglePlus::getFriends()
Open

    public function getFriends(): array
Severity: Minor
Found in src/GooglePlus.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

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

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 public method \Autowp\ExternalLoginService\PluginManager::validate()
Open

    public function validate($plugin)
Severity: Minor
Found in src/PluginManager.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Provider\FacebookProvider::getDefaultScopes()
Open

    public function getDefaultScopes(): array
Severity: Minor
Found in src/Provider/FacebookProvider.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

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

    public function getFriendsUrl(): string
Severity: Minor
Found in src/Vk.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\Provider\FacebookProvider
Open

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

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

    protected function createProvider(): LinkedInProvider
Severity: Minor
Found in src/Linkedin.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

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

Parameter $name is never used
Open

    public function __invoke(ContainerInterface $container, $name, ?array $options = null): PluginManager
Severity: Minor
Found in src/PluginManagerFactory.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 '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 protected method \Autowp\ExternalLoginService\Vk::getFriendsAuthorizationUrl()
Open

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