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