Passed
Push — master ( a14551...d756ab )
by P.R.
15:39 queued 12:56
created
src/MySqlDataLayer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1035,7 +1035,7 @@
 block discarded – undo
1035 1035
     if ($this->logQueries)
1036 1036
     {
1037 1037
       $this->queryLog[] = ['query' => $query,
1038
-                           'time'  => microtime(true) - $time0];
1038
+                            'time'  => microtime(true) - $time0];
1039 1039
     }
1040 1040
   }
1041 1041
 
Please login to merge, or discard this patch.
src/Backend/MySqlConstantWorker.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -365,8 +365,8 @@
 block discarded – undo
365 365
           if ($n===0)
366 366
           {
367 367
             throw new RuntimeException("Illegal format at line %d in file '%s'.",
368
-                                       $lineNumber,
369
-                                       $this->constantsFilename);
368
+                                        $lineNumber,
369
+                                        $this->constantsFilename);
370 370
           }
371 371
 
372 372
           if (isset($matches[6]))
Please login to merge, or discard this patch.