| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class HtmlRendererProvider extends ServiceProvider |
||
| 13 | { |
||
| 14 | private array $templates; |
||
| 15 | |||
| 16 | public function __construct(array $templates = []) |
||
| 17 | { |
||
| 18 | $this->templates = $templates; |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @suppress PhanAccessMethodProtected |
||
| 23 | */ |
||
| 24 | public function register(Container $container): void |
||
| 30 | ] |
||
| 31 | ]); |
||
| 34 |