autowp/external-login-service

View on GitHub
src/PluginManager.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    protected $factories = [
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 write references to protected property \Autowp\ExternalLoginService\PluginManager->instanceOf
Open

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

There are no issues that match your filters.

Category
Status