Completed
Push — master ( 56a36e...1f95b0 )
by Daniel
03:06
created
source/MySQLiByDanielGPnumbers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
 
381 381
     private function setFldLmtsExact($cTp)
382 382
     {
383
-        $xct     = [
383
+        $xct = [
384 384
             'bigint'    => ['l' => -9223372036854775808, 'L' => 999999999999, 's' => 21, 'sUS' => 20],
385 385
             'int'       => ['l' => -2147483648, 'L' => 2147483647, 's' => 11, 'sUS' => 10],
386 386
             'mediumint' => ['l' => -8388608, 'L' => 8388607, 's' => 9, 'sUS' => 8],
Please login to merge, or discard this patch.