| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class TagValueTranslation implements TagValueTranslationInterface |
||
| 14 | { |
||
| 15 | use TagValueTranslationTrait; |
||
| 16 | use Translation; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var string|null |
||
| 20 | * |
||
| 21 | * @ORM\Column(type="string", length=191) |
||
| 22 | **/ |
||
| 23 | protected $text; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return null|string |
||
| 27 | */ |
||
| 28 | public function getText(): ?string |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param null|string $text |
||
| 35 | * @return TagValueTranslation |
||
| 36 | */ |
||
| 37 | public function setText(?string $text) |
||
| 41 | } |
||
| 42 | } |
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