Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Nov 14, 2024
1 parent d1506a5 commit d8274d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/ecp/RequestAuthenticated.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ecp:RequestAuthenticated>.',
ProtocolViolationException::class,
Expand Down

0 comments on commit d8274d0

Please sign in to comment.