Completed
Push — master ( 52bc20...1f4d4b )
by Konstantin
02:50
created
app/PhoneHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
         if ($phone_diff == 0) {
41 41
             return $this;
42
-        } elseif($phone_diff == 1) {
42
+        } elseif ($phone_diff == 1) {
43 43
             $this->phone = mb_substr($this->phone, 1);
44 44
             return $this;
45 45
         } else {
Please login to merge, or discard this patch.