Completed
Pull Request — master (#2637)
by
unknown
02:21
created
src/Layout/Column.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,7 @@
 block discarded – undo
40 40
         // $this->width is number(old version), set as "md" => $width
41 41
         elseif(is_numeric($width)){
42 42
             $this->width["md"] = $width;
43
-        }
44
-        else{
43
+        } else{
45 44
             $this->width = $width;
46 45
         }
47 46
     }
Please login to merge, or discard this patch.