From d8274d0cb9cc01375de30b7b2bab251877ad9b10 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Thu, 14 Nov 2024 13:01:08 +0100 Subject: [PATCH] Fix indentation --- src/XML/ecp/RequestAuthenticated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XML/ecp/RequestAuthenticated.php b/src/XML/ecp/RequestAuthenticated.php index e452b493b..735dd2b3e 100644 --- a/src/XML/ecp/RequestAuthenticated.php +++ b/src/XML/ecp/RequestAuthenticated.php @@ -71,7 +71,7 @@ public static function fromXML(DOMElement $xml): static $mustUnderstand = $xml->getAttributeNS(C::NS_SOAP_ENV_11, 'mustUnderstand'); Assert::nullOrOneOf( - $mustUnderstand, + $mustUnderstand, ['0', '1'], 'Invalid value of env:mustUnderstand attribute in .', ProtocolViolationException::class,