| Total Complexity | 2 | 
| Total Lines | 9 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 11 | class GenericExtension extends AbstractExtension  | 
            ||
| 12 | { | 
            ||
| 13 | public function parseResponse(ExtensionResponseInterface $extensionResponse): ExtensionOutputInterface  | 
            ||
| 14 |     { | 
            ||
| 15 | return new GenericExtensionOutput($extensionResponse);  | 
            ||
| 16 | }  | 
            ||
| 17 | |||
| 18 | public function processExtension(ExtensionInputInterface $input, ExtensionOutputInterface $output, ExtensionProcessingContext $context): void  | 
            ||
| 20 | // No action  | 
            ||
| 21 | }  | 
            ||
| 23 |