Completed
Push — master ( 6de7b0...43bdbb )
by smiley
04:41
created
src/Base32.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.