Passed
Branch master (51607c)
by Paul
05:13
created
helpers.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,7 @@
 block discarded – undo
39 39
 	if( count( $vars ) == 1 ) {
40 40
 		$value = htmlspecialchars( print_r( $vars[0], true ), ENT_QUOTES, 'UTF-8' );
41 41
 		printf( '<div class="glsr-debug"><pre>%s</pre></div>', $value );
42
-	}
43
-	else {
42
+	} else {
44 43
 		echo '<div class="glsr-debug-group">';
45 44
 		foreach( $vars as $var ) {
46 45
 			glsr_debug( $var );
Please login to merge, or discard this patch.