Passed
Pull Request — master (#222)
by Бабичев
11:46
created
src/Simple/BrickMath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     protected function scale(?int $scale = null): int
117 117
     {
118 118
         if ($this->scale === null) {
119
-            $this->scale = (int) config('wallet.math.scale', 64);
119
+            $this->scale = (int)config('wallet.math.scale', 64);
120 120
         }
121 121
 
122 122
         return $scale ?? $this->scale;
Please login to merge, or discard this patch.