| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | class XrefNode extends Node |
||
| 29 | { |
||
| 30 | private GedcomRecord $record; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param GedcomRecord $record |
||
| 34 | */ |
||
| 35 | public function __construct(GedcomRecord $record) |
||
| 36 | { |
||
| 37 | parent::__construct(); |
||
| 38 | |||
| 39 | $this->record = $record; |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return GedcomRecord |
||
| 44 | */ |
||
| 45 | public function record(): GedcomRecord |
||
| 48 | } |
||
| 49 | } |
||
| 50 |
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