We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcbb5a commit 8c66846Copy full SHA for 8c66846
1 file changed
src/XML/ds/Transform.php
@@ -83,7 +83,7 @@ private function setAlgorithm(string $algorithm): void
83
*
84
* @return XPath|null
85
*/
86
- public function getXPath(): XPath
+ public function getXPath(): ?XPath
87
{
88
return $this->xpath;
89
}
@@ -113,7 +113,7 @@ private function setXPath(?XPath $xpath): void
113
114
* @return InclusiveNamespaces|null
115
116
- public function getInclusiveNamespaces(): array
+ public function getInclusiveNamespaces(): ?InclusiveNamespaces
117
118
return $this->inclusiveNamespaces;
119
0 commit comments