Passed
Branch reduce-soap-envelope-builder-c... (c98539)
by Rait
02:14
created
src/RepresentedPartyReference.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             yield 'partyClass' => $this->parts[0];
26 26
         }
27 27
 
28
-        yield 'partyCode' => $this->parts[count($this->parts)-1];
28
+        yield 'partyCode' => $this->parts[count($this->parts) - 1];
29 29
     }
30 30
 
31 31
     /**
Please login to merge, or discard this patch.