| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | final class ArtApplication extends AbstractApiApplication |
||
| 16 | { |
||
| 17 | 2 | public function __construct( |
|
| 18 | private readonly CachedArtResponseProviderInterface $cachedArtResponseProvider, |
||
| 19 | private readonly ArtItemIdentifierInterface $artItemIdentifier, |
||
| 20 | ) { |
||
| 21 | 2 | } |
|
| 22 | |||
| 23 | 2 | protected function run( |
|
| 41 | } |
||
| 42 | } |
||
| 43 |