Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | final class GetLicenseMethod implements V1161MethodInterface |
||
17 | { |
||
18 | 2 | public function __construct( |
|
19 | private readonly ResponderFactoryInterface $responderFactory, |
||
20 | ) { |
||
21 | 2 | } |
|
22 | |||
23 | /** |
||
24 | * @param array<string, scalar> $queryParams |
||
25 | * @param array<string, scalar> $args |
||
26 | */ |
||
27 | 1 | public function __invoke( |
|
36 | 1 | ]); |
|
37 | } |
||
39 |