Skip to content

Commit 8c66846

Browse files
committed
Bugfixes
1 parent 3fcbb5a commit 8c66846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/XML/ds/Transform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private function setAlgorithm(string $algorithm): void
8383
*
8484
* @return XPath|null
8585
*/
86-
public function getXPath(): XPath
86+
public function getXPath(): ?XPath
8787
{
8888
return $this->xpath;
8989
}
@@ -113,7 +113,7 @@ private function setXPath(?XPath $xpath): void
113113
*
114114
* @return InclusiveNamespaces|null
115115
*/
116-
public function getInclusiveNamespaces(): array
116+
public function getInclusiveNamespaces(): ?InclusiveNamespaces
117117
{
118118
return $this->inclusiveNamespaces;
119119
}

0 commit comments

Comments
 (0)