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 eb2eb4d commit 7ca1b3eCopy full SHA for 7ca1b3e
src/XML/TypedTextContentTrait.php
@@ -27,7 +27,7 @@ trait TypedTextContentTrait
27
* @param \SimpleSAML\XMLSchema\Type\Interface\ValueTypeInterface $content
28
*/
29
public function __construct(
30
- ValueTypeInterface $content,
+ protected ValueTypeInterface $content,
31
) {
32
$this->setContent($content);
33
}
0 commit comments