@@ -71,7 +71,7 @@ |
||
71 | 71 | $mustUnderstand = $xml->getAttributeNS(C::NS_SOAP_ENV_11, 'mustUnderstand'); |
72 | 72 | |
73 | 73 | Assert::nullOrOneOf( |
74 | - $mustUnderstand, |
|
74 | + $mustUnderstand, |
|
75 | 75 | ['0', '1'], |
76 | 76 | 'Invalid value of env:mustUnderstand attribute in <ecp:RequestAuthenticated>.', |
77 | 77 | ProtocolViolationException::class, |