autowp/external-login-service

View on GitHub
src/PluginManager.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

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 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\PluginManager::validate()
Open

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

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

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