src/PluginManagerFactory.php
Showing 2 of 2 total issues
Parameter $name
is never used Open
Open
public function __invoke(ContainerInterface $container, $name, ?array $options = null): PluginManager
- 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