@@ -41,11 +41,11 @@ |
||
41 | 41 | |
42 | 42 | public function __construct($token=null) |
43 | 43 | { |
44 | - if ($token===null) { |
|
45 | - throw new SineverbaException("Token cannot be empty"); |
|
46 | - } |
|
44 | + if ($token===null) { |
|
45 | + throw new SineverbaException("Token cannot be empty"); |
|
46 | + } |
|
47 | 47 | |
48 | - $this->setToken($token); |
|
48 | + $this->setToken($token); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |