Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class AnonymousPersonaUnloader implements Unloader |
||
14 | { |
||
15 | /** |
||
16 | * @var \Doctrine\ORM\EntityManagerInterface |
||
17 | */ |
||
18 | private $entityManager; |
||
19 | |||
20 | /** |
||
21 | * Constructor |
||
22 | * |
||
23 | * @param \Doctrine\ORM\EntityManagerInterface $entityManager |
||
24 | */ |
||
25 | public function __construct(EntityManagerInterface $entityManager) |
||
26 | { |
||
27 | $this->entityManager = $entityManager; |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function unload(Tenant $tenant) |
||
42 | } |
||
43 | } |
||
44 |
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