Showing 72 of 72 total issues
Possibly zero references to protected method \Autowp\ExternalLoginService\Linkedin::getFriendsAuthorizationUrl()
Open
Open
protected function getFriendsAuthorizationUrl(): string
- Exclude checks
Possibly zero write references to protected property \Autowp\ExternalLoginService\PluginManager->instanceOf
Open
Open
protected $instanceOf = AbstractService::class;
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $idToken;
- Exclude checks
Possibly zero references to protected method \Autowp\ExternalLoginService\Vk::createProvider()
Open
Open
protected function createProvider(): VkProvider
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\Linkedin::getFriendsUrl()
Open
Open
public function getFriendsUrl(): string
- Exclude checks
Possibly zero write references to public property \Autowp\ExternalLoginService\Provider\VkProvider->userFields
Open
Open
public $userFields = [
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $externalId;
- Exclude checks
Suspicious type false
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
$data['name'] = $firstName . ($firstName && $lastName ? ' ' : '') . $lastName;
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\Github::getFriends()
Open
Open
public function getFriends(): array
- Exclude checks
Possibly zero references to class \Autowp\ExternalLoginService\Provider\FacebookProvider
Open
Open
class FacebookProvider extends LeagueFacebookProvider
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\Provider\VkProvider::getResourceOwnerDetailsUrl()
Open
Open
public function getResourceOwnerDetailsUrl(AccessToken $token): string
- Exclude checks
Possibly zero references to class \Autowp\ExternalLoginService\InvalidEmailAddressException
Open
Open
class InvalidEmailAddressException extends ExternalLoginServiceException
- Exclude checks
Call with 2 arg(s) to \Autowp\ExternalLoginService\PluginManager::__construct()
which only takes 0 arg(s) defined at /code/src/PluginManager.php:16
Open
Open
$pluginManager = new PluginManager($container, $options ?: []);
- Exclude checks
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
Open
return new VkProvider([
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\Linkedin::getFriends()
Open
Open
public function getFriends(): array
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\Linkedin::getData()
Open
Open
public function getData(array $options): Result
- Exclude checks
Possibly zero references to class \Autowp\ExternalLoginService\Module
Open
Open
class Module
- Exclude checks
Possibly zero references to protected property \Autowp\ExternalLoginService\PluginManager->aliases
Open
Open
protected $aliases = [
- Exclude checks
syntax error, unexpected 'Client' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private Client\Server\Twitter $server;
- Exclude checks
Possibly zero references to public method \Autowp\ExternalLoginService\GooglePlus::getData()
Open
Open
public function getData(array $options): Result
- Exclude checks