Passed
Push — master ( a14023...ec1592 )
by Ferry
05:48
created
src/helpers/CSSBootstrap.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class CSSBootstrap
6 6
 {
7 7
 
8
-	public static function label($label,$class='warning') {
9
-		return "<span class='label label-".$class."'>".$label."</span>";
10
-	}
8
+    public static function label($label,$class='warning') {
9
+        return "<span class='label label-".$class."'>".$label."</span>";
10
+    }
11 11
 }
12 12
\ No newline at end of file
Please login to merge, or discard this patch.