Skip to content

Commit 2173e16

Browse files
committed
Fix incorrect case
1 parent 9ed9fad commit 2173e16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/XML/fed/AbstractProofTokenType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class AbstractProofTokenType extends AbstractFedElement
3838
* @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
3939
*/
4040
final public function __construct(
41-
protected SerializableElementinterface $child,
41+
protected SerializableElementInterface $child,
4242
array $namespacedAttributes = [],
4343
) {
4444
$this->setElements([$child]);

src/XML/fed/AbstractSecurityTokenType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class AbstractSecurityTokenType extends AbstractFedElement
3838
* @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes
3939
*/
4040
final public function __construct(
41-
protected SerializableElementinterface $child,
41+
protected SerializableElementInterface $child,
4242
array $namespacedAttributes = [],
4343
) {
4444
$this->setElements([$child]);

0 commit comments

Comments
 (0)