Passed
Pull Request — master (#27)
by
unknown
02:22
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
@@ -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.