autowp/external-login-service

View on GitHub

Showing 72 of 72 total issues

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

    protected ?AbstractProvider $provider;
Severity: Critical
Found in src/AbstractLeagueOAuth2.php by phan

Possibly zero references to public method \Autowp\ExternalLoginService\Module::getConfig()
Open

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

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 protected method \Autowp\ExternalLoginService\GooglePlus::createProvider()
Open

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

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 protected method \Autowp\ExternalLoginService\GooglePlus::getFriendsAuthorizationUrl()
Open

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

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

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

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

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

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

    public function getFriendsUrl(): string
Severity: Minor
Found in src/GooglePlus.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
Severity
Category
Status
Source
Language