| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 50 | public function initialize() |
||
| 51 | { |
||
| 52 | $this->setSource('companies_associations'); |
||
| 53 | |||
| 54 | $this->belongsTo( |
||
| 55 | 'companies_id', |
||
| 56 | Companies::class, |
||
| 57 | 'id', |
||
| 58 | ['alias' => 'companies'] |
||
| 59 | ); |
||
| 60 | |||
| 61 | $this->belongsTo( |
||
| 62 | 'companies_groups_id', |
||
| 63 | CompaniesGroups::class, |
||
| 64 | 'id', |
||
| 65 | ['alias' => 'companiesGroups'] |
||
| 66 | ); |
||
| 79 |
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