Total Complexity | 3 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | abstract class AbstractDocumented extends AbstractWsdlElement |
||
15 | { |
||
16 | /** |
||
17 | * Initialize a wsdl:tDocumented |
||
18 | * |
||
19 | * @TODO @param \SimpleSAML\WSSecurity\XML\wsdl\Documentation|null $documentation |
||
|
|||
20 | */ |
||
21 | public function __construct( |
||
22 | /*protected ?Documentation $documentation = null,*/ |
||
23 | ) { |
||
24 | } |
||
25 | |||
26 | |||
27 | /** |
||
28 | * Get document |
||
29 | * |
||
30 | * @return \SimpleSAML\WSSecurity\XML\wsdl\Documentation|null |
||
31 | public function getDocumentation(): ?Documentation |
||
32 | { |
||
33 | return $this->documentation; |
||
34 | } |
||
35 | */ |
||
36 | |||
37 | |||
38 | /** |
||
39 | * Test if an object, at the state it's in, would produce an empty XML-element |
||
40 | * |
||
41 | * @return bool |
||
42 | */ |
||
43 | public function isEmptyElement(): bool |
||
46 | } |
||
47 | |||
48 | |||
49 | /** |
||
50 | * Convert this tDocumented to XML. |
||
51 | * |
||
52 | * @param \DOMElement|null $parent The element we are converting to XML. |
||
53 | * @return \DOMElement The XML element after adding the data corresponding to this tDocumented. |
||
54 | */ |
||
55 | public function toXML(DOMElement $parent = null): DOMElement |
||
64 |
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