Passed
Pull Request — master (#27)
by
unknown
02:19
created
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(null !== $metadata->xmlRootPrefix){
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.
src/SoapHeaderEventSubscriber.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(null !== $metadata->xmlRootPrefix){
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.