| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class TableGridRenderer extends AbstractRenderer |
||
| 9 | { |
||
| 10 | protected $twigEngine; |
||
| 11 | protected $router; |
||
| 12 | protected $options = array( |
||
| 13 | 'table_attr' => array( |
||
| 14 | 'class' => 'display table table-striped table-bordered small-font', |
||
| 15 | ), |
||
| 16 | ); |
||
| 17 | |||
| 18 | public function __construct(TwigEngine $twigEngine, Router $router) |
||
| 19 | { |
||
| 20 | $this->twigEngine = $twigEngine; |
||
| 21 | $this->router = $router; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function render() |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param array|null $params |
||
| 40 | */ |
||
| 41 | public function getParams(array &$params = null) |
||
| 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