Passed
Push — 2.x ( df5dec...d1e533 )
by Terry
01:44
created
src/Firewall/Driver/SqlDriverProvider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -330,9 +330,9 @@  discard block
 block discarded – undo
330 330
 
331 331
                 $type = gettype($v);
332 332
 
333
-             //   if (isset($paramTypeCheck[$type])) {
333
+                //   if (isset($paramTypeCheck[$type])) {
334 334
                     $pdoParam = $paramTypeCheck[$type];
335
-             //   }
335
+                //   }
336 336
 
337 337
                 // Solve problem with bigint.
338 338
                 if ($v >= 2147483647) {
@@ -392,9 +392,9 @@  discard block
 block discarded – undo
392 392
 
393 393
                 $type = gettype($v);
394 394
 
395
-              //  if (isset($paramTypeCheck[$type])) {
395
+                //  if (isset($paramTypeCheck[$type])) {
396 396
                     $pdoParam = $paramTypeCheck[$type];
397
-              //  }
397
+                //  }
398 398
 
399 399
                 // Solve problem with bigint.
400 400
                 if ($v >= 2147483647) {
Please login to merge, or discard this patch.