| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | 1 | public function __construct(ResponseFactoryInterface $factory, RendererInterface $renderer, bool $debug = false, string $template = self::TEMPLATE) |
|
| 24 | {
|
||
| 25 | 1 | $this->factory = $factory; |
|
| 26 | 1 | $this->renderer = $renderer; |
|
| 27 | 1 | $this->debug = $debug; |
|
| 28 | 1 | $this->template = $template; |
|
| 29 | 1 | } |
|
| 30 | |||
| 39 | } |