| Conditions | 3 |
| Paths | 4 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 3 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 49 | 6 | public function getParams(): array |
|
| 50 | { |
||
| 51 | 6 | $params = []; |
|
| 52 | 6 | if ($this->table instanceof ITable) { |
|
| 53 | 5 | $params = array_merge($params, $this->table->getParams()); |
|
| 54 | } |
||
| 55 | 6 | if ($this->on instanceof IQueryPart) { |
|
| 56 | 4 | $params = array_merge($params, $this->on->getParams()); |
|
| 57 | } |
||
| 58 | |||
| 59 | 6 | return $params; |
|
| 60 | } |
||
| 62 |
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