Passed
Push — master ( 480a58...1d93b8 )
by Jhao
02:09
created
src/Tracking/Single/TrackingResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     public function getIterator()
32 32
     {
33
-        return (function () {
33
+        return (function() {
34 34
             foreach ($this->getOperations() as $operation) {
35 35
                 yield $operation;
36 36
             }
Please login to merge, or discard this patch.
src/Tracking/Single/CashOnDeliveryResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     public function getIterator()
32 32
     {
33
-        return (function () {
33
+        return (function() {
34 34
             foreach ($this->getEvents() as $operation) {
35 35
                 yield $operation;
36 36
             }
Please login to merge, or discard this patch.