@@ -39,7 +39,7 @@ |
||
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 { |