We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f52b3 commit 37dcafbCopy full SHA for 37dcafb
src/Attribute.php
@@ -32,7 +32,6 @@ public function __construct(
32
protected string $attrValue,
33
) {
34
Assert::nullOrStringNotEmpty($namespaceURI);
35
- Assert::notSame('xmlns', $namespacePrefix);
36
if ($namespaceURI !== null) {
37
Assert::stringNotEmpty($namespacePrefix);
38
}
0 commit comments