| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | trait ComplexTypeModelTrait |
||
| 16 | { |
||
| 17 | use AttrDeclsTrait; |
||
| 18 | use TypeDefParticleTrait; |
||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * The content. |
||
| 23 | * |
||
| 24 | * @var \SimpleSAML\XMLSchema\XML\SimpleContent|\SimpleSAML\XMLSchema\XML\ComplexContent|null |
||
| 25 | */ |
||
| 26 | protected SimpleContent|ComplexContent|null $content = null; |
||
| 27 | |||
| 28 | |||
| 29 | /** |
||
| 30 | * Collect the value of the content-property |
||
| 31 | * |
||
| 32 | * @return \SimpleSAML\XMLSchema\XML\SimpleContent|\SimpleSAML\XMLSchema\XML\ComplexContent|null |
||
| 33 | */ |
||
| 34 | public function getContent(): SimpleContent|ComplexContent|null |
||
| 35 | { |
||
| 36 | return $this->content; |
||
| 37 | } |
||
| 38 | |||
| 39 | |||
| 40 | /** |
||
| 41 | * Set the value of the content-property |
||
| 42 | * |
||
| 43 | * @param \SimpleSAML\XMLSchema\XML\SimpleContent|\SimpleSAML\XMLSchema\XML\ComplexContent|null $content |
||
| 44 | */ |
||
| 45 | protected function setContent(SimpleContent|ComplexContent|null $content = null): void |
||
| 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