Passed
Branch master (11a4ac)
by diego
02:42
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1875,8 +1875,7 @@
 block discarded – undo
1875 1875
             $colInfo['type'] = substr($colParts[0], 0, $fparen);
1876 1876
             $colInfo['length']  = str_replace(")", "", substr($colParts[0], $fparen+1));
1877 1877
             $colInfo['attributes'] = isset($colParts[1]) ? $colParts[1] : NULL;
1878
-        }
1879
-        else
1878
+        } else
1880 1879
         {
1881 1880
             $colInfo['type'] = $colParts[0];
1882 1881
         }
Please login to merge, or discard this patch.