Skip to content

Commit c3e4b0e

Browse files
committed
Create assertion and type-class for xs:normalizedString
1 parent 0089bfc commit c3e4b0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Type/NormalizedStringValue.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace SimpleSAML\XML\Type;
6+
7+
/**
8+
* @package simplesaml/xml-common
9+
*/
10+
class NormalizedStringValue extends StringValue
11+
{
12+
}

0 commit comments

Comments
 (0)