| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class EditController extends CoreEditController |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Add a relation between two records |
||
| 15 | * |
||
| 16 | * @param Domain|null $domain |
||
| 17 | * @param Module $module |
||
| 18 | * @param Request $request |
||
| 19 | * @return integer|null |
||
| 20 | */ |
||
| 21 | public function addRelation(?Domain $domain, Module $module, Request $request) |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Delete a relation between two records |
||
| 32 | * |
||
| 33 | * @param Domain|null $domain |
||
| 34 | * @param Module $module |
||
| 35 | * @param Request $request |
||
| 36 | * @return integer|null |
||
| 37 | */ |
||
| 38 | public function deleteRelation(?Domain $domain, Module $module, Request $request) |
||
| 47 |
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