autowp/external-login-service

View on GitHub
src/PluginManagerFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

There are no issues that match your filters.

Category
Status