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