| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 44 | protected function render( |
||
| 45 | string $template, |
||
| 46 | array $data = [], |
||
| 47 | array $headers = ['Content-Type' => 'text/html'], |
||
| 48 | int $statusCode = 200 |
||
| 49 | ): ResponseInterface { |
||
| 50 | $content = $this->templateEngine->parse($template)->process($data); |
||
| 51 | return new Response($statusCode, $content, $headers); |
||
| 52 | } |
||
| 54 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths