Passed
Push — master ( 22c209...7abc17 )
by Iman
06:33
created
src/helpers/DbInspector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     {
45 45
         $colObj = \DB::getDoctrineSchemaManager()->listTableColumns($table)[$colName];
46 46
         if(!$colObj){
47
-           return ;
47
+            return ;
48 48
         }
49 49
         return !$colObj->getNotnull();
50 50
     }
Please login to merge, or discard this patch.