Total Complexity | 1 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class UgcClient extends NStackClient |
||
18 | { |
||
19 | /** @var string */ |
||
20 | protected $path = 'ugc'; |
||
21 | |||
22 | /** |
||
23 | * storePushLog |
||
24 | * |
||
25 | * @param String $provider |
||
26 | * @param String $key |
||
27 | * @param String $type |
||
28 | * @param bool $succeeded |
||
29 | * @param String|null $request |
||
30 | * @param String|null $response |
||
31 | * @param int|null $userId |
||
32 | * @param String|null $relationType |
||
33 | * @param int|null $relationId |
||
34 | */ |
||
35 | public function storePushLog( |
||
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