| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class RadioStationEditApplication extends AbstractApiApplication |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param SchemaValidatorInterface<array{name: string, url: string}> $schemaValidator |
||
| 22 | */ |
||
| 23 | 2 | public function __construct( |
|
| 24 | private readonly RadioStationRepositoryInterface $radioStationRepository, |
||
| 25 | private readonly SchemaValidatorInterface $schemaValidator, |
||
| 26 | ) { |
||
| 27 | 2 | } |
|
| 28 | |||
| 29 | 2 | protected function run( |
|
| 54 | 1 | ]); |
|
| 55 | } |
||
| 57 |