Completed
Pull Request — master (#39)
by
unknown
12s
created
src/CardId/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     {
76 76
         return new CardId(
77 77
             $this->type,
78
-            array_filter($this->data, function ($data) {
78
+            array_filter($this->data, function($data) {
79 79
                 return $data !== null;
80 80
             })
81 81
         );
Please login to merge, or discard this patch.