Completed
Push — master ( cdb73e...fb348d )
by Mathew
02:04
created
src/Response/Transactions/Transaction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      *
64 64
      * @var array
65 65
      */
66
-    protected $metadata = [];
66
+    protected $metadata = [ ];
67 67
 
68 68
     /**
69 69
      * Balance.
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      *
78 78
      * @var array
79 79
      */
80
-    protected $attachments = [];
80
+    protected $attachments = [ ];
81 81
 
82 82
     /**
83 83
      * Category.
Please login to merge, or discard this patch.