| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function render() |
||
| 25 | { |
||
| 26 | $params = array( |
||
| 27 | 'records' => $this->gridSource->getRecords(), |
||
| 28 | 'columns' => $this->gridSource->getColumns(), |
||
| 29 | 'options' => $this->options, |
||
| 30 | 'source' => $this->gridSource, |
||
| 31 | ); |
||
| 32 | |||
| 33 | $template = 'DtcGridBundle:Grid:table.html.twig'; |
||
| 34 | |||
| 35 | return $this->twigEngine->render($template, $params); |
||
| 36 | } |
||
| 51 |
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