Passed
Pull Request — master (#27)
by
unknown
02:24
created
src/SoapHeaderEventSubscriber.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
             
72 72
             if($metadata->xmlRootPrefix !== null){
73 73
                 $tagName = $metadata->xmlRootPrefix . ':' . $metadata->xmlRootName;
74
-            }else{
74
+            } else{
75 75
                 $tagName = $metadata->xmlRootName;
76 76
             }
77 77
            
Please login to merge, or discard this patch.
src/SoapMessageEventSubscriber.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
             if($metadata->xmlRootPrefix !== null){
60 60
                 $tagName = $metadata->xmlRootPrefix . ':' . $metadata->xmlRootName;
61
-            }else{
61
+            } else{
62 62
                 $tagName = $metadata->xmlRootName;
63 63
             }
64 64
             
Please login to merge, or discard this patch.