Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class FileRepository extends ServiceEntityRepository |
||
17 | { |
||
18 | public function __construct(ManagerRegistry $registry) |
||
19 | { |
||
20 | parent::__construct($registry, File::class); |
||
21 | } |
||
22 | |||
23 | public function addFile(People $people, string $content, string $context, string $fileName, string $fileType, string $extension): File |
||
37 | } |
||
38 | } |
||
39 |
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