@@ -58,7 +58,9 @@ |
||
58 | 58 | */ |
59 | 59 | private function defaultName() |
60 | 60 | { |
61 | - if ($this == null || $this->user == null) return "BYE"; |
|
61 | + if ($this == null || $this->user == null) { |
|
62 | + return "BYE"; |
|
63 | + } |
|
62 | 64 | return null; |
63 | 65 | } |
64 | 66 |