Completed
Push — master ( 664a15...cbe1fc )
by Anton
05:30
created
src/Envelopes/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             $this->type,
97 97
             $this->sequenceId,
98 98
             $this->identities,
99
-            array_filter($this->data, function ($data) {
99
+            array_filter($this->data, function($data) {
100 100
                 return $data !== null;
101 101
             })
102 102
         );
Please login to merge, or discard this patch.