Passed
Push — master ( 30c626...e66a06 )
by Lucas
01:23
created
src/MethodType.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         if($type == "int"){
20 20
             $this->integer('id')->unsigned()->notNull()->primaryKey();
21
-        }else{
21
+        } else{
22 22
             $this->bigint('id')->unsigned()->notNull()->primaryKey();
23 23
         }
24 24
 
Please login to merge, or discard this patch.