Test Setup Failed
Push — master ( 6cb774...3c3b23 )
by Alex
02:05
created
src/Models/Transaction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
             return $this;
136 136
         }
137 137
 
138
-        if (! is_null($state)) {
138
+        if (!is_null($state)) {
139 139
             $this->state = $state;
140 140
         }
141 141
 
Please login to merge, or discard this patch.