Skip to content

Commit d8274d0

Browse files
authored
Fix indentation
1 parent d1506a5 commit d8274d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/ecp/RequestAuthenticated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static function fromXML(DOMElement $xml): static
7171
$mustUnderstand = $xml->getAttributeNS(C::NS_SOAP_ENV_11, 'mustUnderstand');
7272

7373
Assert::nullOrOneOf(
74-
$mustUnderstand,
74+
$mustUnderstand,
7575
['0', '1'],
7676
'Invalid value of env:mustUnderstand attribute in <ecp:RequestAuthenticated>.',
7777
ProtocolViolationException::class,

0 commit comments

Comments
 (0)