Passed
Push — master ( 75eb9d...d1506a )
by Tim
02:33
created
src/XML/ecp/RequestAuthenticated.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.