Completed
Push — master ( 52ec30...2a1075 )
by Florian
03:17
created
Form/QueryType.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,9 @@
 block discarded – undo
66 66
 		$choices = array();
67 67
 		
68 68
 		foreach($facets as $facet => $count) {
69
-			if($count == 0)
70
-				break;
69
+			if($count == 0) {
70
+							break;
71
+			}
71 72
 			$choices[$facet] = $facet . ' (' . $count . ')';
72 73
 		}
73 74
 		return $choices;
Please login to merge, or discard this patch.