Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 83.33% |
Changes | 0 |
1 | <?php |
||
12 | class UserDependencyProvider extends AbstractDependencyProvider |
||
13 | { |
||
14 | public const LOGIN_PLUGINS = 'login.plugins'; |
||
15 | public const SESSION_FACADE = 'session.client'; |
||
16 | |||
17 | 1 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
|
28 | } |
||
29 | |||
30 | /** |
||
31 | * type => {Login::class} |
||
32 | * |
||
33 | * @return \Xervice\User\Business\Dependency\Authenticator\Login\LoginInterface[] |
||
34 | */ |
||
35 | 1 | protected function getLoginPluginList(): array |
|
38 | } |
||
39 | } |