Completed
Pull Request — master (#40)
by
unknown
12s
created
src/CardId/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function build()
52 52
     {
53 53
         return new CardId(
54
-            array_filter($this->data, function ($data) {
54
+            array_filter($this->data, function($data) {
55 55
                 return $data !== null;
56 56
             })
57 57
         );
Please login to merge, or discard this patch.