Skip to content

Commit 7ca1b3e

Browse files
committed
Add missing visibility
1 parent eb2eb4d commit 7ca1b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/TypedTextContentTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait TypedTextContentTrait
2727
* @param \SimpleSAML\XMLSchema\Type\Interface\ValueTypeInterface $content
2828
*/
2929
public function __construct(
30-
ValueTypeInterface $content,
30+
protected ValueTypeInterface $content,
3131
) {
3232
$this->setContent($content);
3333
}

0 commit comments

Comments
 (0)