| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 14 | 7 | final class ResponseMessageBuilder extends AbstractBuilder |
|
| 15 | { |
||
| 16 | 7 | public function __construct(string $entity, string $action) |
|
| 19 | 7 | } |
|
| 20 | |||
| 21 | 7 | protected function getFileTemplate(): string |
|
| 24 | } |
||
| 25 | |||
| 26 | protected function getPathTemplate(): string |
||
| 29 | } |
||
| 30 | |||
| 31 | public function build(): string |
||
| 36 |