Completed
Branch master (418d40)
by Davey
02:15
created
lib/mysql.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -560,7 +560,7 @@
 block discarded – undo
560 560
                         $matches[$what] = null;
561 561
                     }
562 562
                     if ($what == 'length') {
563
-                      return static::getFieldLength($matches[$what], $field['Type']);
563
+                        return static::getFieldLength($matches[$what], $field['Type']);
564 564
                     }
565 565
                     return static::getFieldType($matches[$what]);
566 566
                 case "flags":
Please login to merge, or discard this patch.