Passed
Pull Request — master (#51)
by Бабичев
06:25
created
src/Traits/CanExchange.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -26,11 +26,11 @@
 block discarded – undo
26 26
      */
27 27
     public function safeExchange(Wallet $to, int $amount): ?Transfer
28 28
     {
29
-       try {
30
-           return $this->exchange($to, $amount);
31
-       } catch (\Throwable $throwable) {
32
-           return null;
33
-       }
29
+        try {
30
+            return $this->exchange($to, $amount);
31
+        } catch (\Throwable $throwable) {
32
+            return null;
33
+        }
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.