@@ -113,8 +113,7 @@ |
||
113 | 113 | public static function setCharset($charset = self::RFC3548){ |
114 | 114 | if(strlen($charset) === 32){ |
115 | 115 | self::$charset = strtoupper($charset); |
116 | - } |
|
117 | - else{ |
|
116 | + } else{ |
|
118 | 117 | throw new Exception('Length must be exactly 32'); |
119 | 118 | } |
120 | 119 | } |