Skip to content

Commit 37dcafb

Browse files
committed
Remove restriction on xmlns attributes
1 parent 86f52b3 commit 37dcafb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Attribute.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct(
3232
protected string $attrValue,
3333
) {
3434
Assert::nullOrStringNotEmpty($namespaceURI);
35-
Assert::notSame('xmlns', $namespacePrefix);
3635
if ($namespaceURI !== null) {
3736
Assert::stringNotEmpty($namespacePrefix);
3837
}

0 commit comments

Comments
 (0)