Passed
Pull Request — master (#14)
by Бабичев
02:36
created
src/Traits/HasWallet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
      */
168 168
     protected function change(int $amount, ?array $meta, bool $confirmed): Transaction
169 169
     {
170
-        return DB::transaction(function () use ($amount, $meta, $confirmed) {
170
+        return DB::transaction(function() use ($amount, $meta, $confirmed) {
171 171
             if ($confirmed) {
172 172
                 $this->addBalance($amount);
173 173
             }
Please login to merge, or discard this patch.