Passed
Push — master ( fd3abf...ca1ee4 )
by Tim
01:59
created
src/XML/env_200106/Body.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
          * 4.4: If present, the SOAP Fault element MUST appear as a body entry and MUST NOT
50 50
          * appear more than once within a Body element.
51 51
          */
52
-        $fault =  array_values(array_filter($children, function ($elt) {
52
+        $fault = array_values(array_filter($children, function($elt) {
53 53
             return $elt instanceof Fault;
54 54
         }));
55 55
         Assert::maxCount($fault, 1, ProtocolViolationException::class);
Please login to merge, or discard this patch.