| Total Complexity | 0 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | class AssetAssociation extends Association |
||
| 37 | { |
||
| 38 | use Accessor\Asset; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @var \App\Entity\Asset |
||
| 42 | * @ApiProperty |
||
| 43 | * @Serializer\Groups({"association_output", "association_input"}) |
||
| 44 | * @ORM\ManyToOne(targetEntity="App\Entity\Asset", inversedBy="associations") |
||
| 45 | * @ORM\JoinColumn(name="asset_id", referencedColumnName="id") |
||
| 46 | * @ORM\Cache(usage="NONSTRICT_READ_WRITE") |
||
| 47 | * @Assert\Valid |
||
| 48 | */ |
||
| 49 | private $asset; |
||
| 50 | } |
||
| 51 |
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