Skip to content

Commit 2b37da9

Browse files
committed
Solve PHPstan-dev
1 parent 4b48f4b commit 2b37da9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/XML/Container/AbstractTestContainer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace SimpleSAML\XML\Container;
66

7+
use Dom;
78
use SimpleSAML\XML\Attribute as XMLAttribute;
89
use SimpleSAML\XML\Chunk;
910
use SimpleSAML\XML\Type\LangValue;
@@ -28,4 +29,7 @@ abstract public function getLanguageValue(string $language = 'en'): LanguageValu
2829

2930

3031
abstract public function getXMLAttribute(int $x = 1): XMLAttribute;
32+
33+
34+
abstract public function getDOMText(string $text): Dom\NodeList;
3135
}

0 commit comments

Comments
 (0)