Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | trait DDC2372Address |
||
10 | { |
||
11 | /** |
||
12 | * @ORM\OneToOne(targetEntity=DDC2372Address::class, inversedBy="user") |
||
13 | * @ORM\JoinColumn(name="address_id", referencedColumnName="id") |
||
14 | */ |
||
15 | private $address; |
||
16 | |||
17 | public function getAddress() |
||
18 | { |
||
19 | return $this->address; |
||
20 | } |
||
21 | |||
22 | public function setAddress(Address $address) |
||
27 | } |
||
28 | } |
||
30 |
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