diff --git a/src/Attribute.php b/src/Attribute.php index 2249e47..2c3cc53 100644 --- a/src/Attribute.php +++ b/src/Attribute.php @@ -32,7 +32,6 @@ public function __construct( protected string $attrValue, ) { Assert::nullOrStringNotEmpty($namespaceURI); - Assert::notSame('xmlns', $namespacePrefix); if ($namespaceURI !== null) { Assert::stringNotEmpty($namespacePrefix); }