Test Setup Failed
Branch master (9045db)
by Mohammad Hafijul
07:04
created
src/Libraries/DBHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
             //if field need null
119 119
             $singleField .= "\n\t\t\t'null' => " . (($field->Null == 'YES') ? 'true,' : 'false,');
120 120
 
121
-            if(!is_null($field->Default) && (strpos($field->Default, 'current_timestamp()') === FALSE))
121
+            if (!is_null($field->Default) && (strpos($field->Default, 'current_timestamp()') === FALSE))
122 122
                 $singleField .= "\n\t\t\t'default' => '$field->Default',";
123 123
 
124 124
             //unsigned
Please login to merge, or discard this patch.