Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | class ApiBusinessFactory extends AbstractBusinessFactory implements ApiBusinessFactoryInterface |
||
17 | { |
||
18 | /** |
||
19 | * @return \Xervice\Api\Business\Model\Authenticator\ApiAuthenticatorInterface |
||
20 | */ |
||
21 | 3 | public function createApiAuthenticator(): ApiAuthenticatorInterface |
|
25 | ); |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return \Xervice\Security\Business\SecurityFacade |
||
30 | */ |
||
31 | 3 | public function getSecurityFacade(): SecurityFacade |
|
34 | } |
||
35 | } |