| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 14 | 1 | final class ResponseBuilder extends AbstractBuilder |
|
| 15 | { |
||
| 16 | 1 | public function __construct(string $entity, string $action) |
|
| 19 | } |
||
| 20 | |||
| 21 | protected function getFileTemplate(): string |
||
| 22 | { |
||
| 23 | return 'Response.php.twig'; |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function getPathTemplate(): string |
||
| 29 | } |
||
| 30 | } |
||
| 31 |