Total Complexity | 5 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class FileService |
||
11 | { |
||
12 | |||
13 | public function __construct( |
||
18 | |||
19 | |||
20 | public function getFileUrl(People $people): ?array |
||
30 | } |
||
31 | |||
32 | public function addFile(People $people, string $content, string $context, ?string $fileName = null, ?string $fileType = null, ?string $extension = null): File |
||
35 | } |
||
36 | |||
37 | public function removeFile(File $file) |
||
43 |
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