| Conditions | 1 |
| Paths | 1 |
| Total Lines | 19 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 62 | public function initialize() |
||
| 63 | { |
||
| 64 | $this->setSource('companies_groups'); |
||
| 65 | |||
| 66 | $this->hasMany( |
||
| 67 | 'id', |
||
| 68 | CompaniesAssociations::class, |
||
| 69 | 'companies_groups_id', |
||
| 70 | ['alias' => 'companiesAssoc'] |
||
| 71 | ); |
||
| 72 | |||
| 73 | $this->hasManyToMany( |
||
| 74 | 'id', |
||
| 75 | CompaniesAssociations::class, |
||
| 76 | 'companies_groups_id', |
||
| 77 | 'companies_id', |
||
| 78 | Companies::class, |
||
| 79 | 'id', |
||
| 80 | ['alias' => 'companies'] |
||
| 81 | ); |
||
| 94 |
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