| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ComponentEnvelope implements Envelope |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var Component |
||
| 18 | * @JMS\Type("DevoraliveCachet\Entity\Component") |
||
| 19 | */ |
||
| 20 | private $data; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the value of Data |
||
| 24 | * |
||
| 25 | * @return mixed |
||
| 26 | */ |
||
| 27 | public function getData() |
||
| 28 | { |
||
| 29 | return $this->data; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Set the value of Data |
||
| 34 | * |
||
| 35 | * @param mixed data |
||
|
|
|||
| 36 | * |
||
| 37 | * @return self |
||
| 38 | */ |
||
| 39 | public function setData($data) |
||
| 43 | } |
||
| 44 | } |
||
| 45 |
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