Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class UserService { |
||
15 | private $logger; |
||
16 | private $ShareService; |
||
17 | private $ReportService; |
||
18 | private $DatasetService; |
||
19 | private $PanoramaService; |
||
20 | |||
21 | public function __construct( |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * delete all user data |
||
37 | * |
||
38 | * @param $userId |
||
39 | * @return bool |
||
40 | * @throws Exception |
||
41 | */ |
||
42 | public function deleteUserData($userId) { |
||
49 | } |
||
50 | } |
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