We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1506a5 commit d8274d0Copy full SHA for d8274d0
1 file changed
src/XML/ecp/RequestAuthenticated.php
@@ -71,7 +71,7 @@ public static function fromXML(DOMElement $xml): static
71
$mustUnderstand = $xml->getAttributeNS(C::NS_SOAP_ENV_11, 'mustUnderstand');
72
73
Assert::nullOrOneOf(
74
- $mustUnderstand,
+ $mustUnderstand,
75
['0', '1'],
76
'Invalid value of env:mustUnderstand attribute in <ecp:RequestAuthenticated>.',
77
ProtocolViolationException::class,
0 commit comments