Passed
Push — dbal ( 41d38c...44b234 )
by Greg
11:21 queued 04:50
created
app/SessionDatabaseHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 
115 115
             // Only update session once a minute to reduce contention on the session table.
116 116
             if ($now->subtractMinutes(1)->timestamp() > Registry::timestampFactory()->fromString($this->row->session_time)->timestamp()) {
117
-                $updates['session_time'] =  $now->toDateTimeString();
117
+                $updates['session_time'] = $now->toDateTimeString();
118 118
             }
119 119
 
120 120
             if ($updates !== []) {
Please login to merge, or discard this patch.
app/Http/Middleware/UpdateDatabaseSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
 use function array_map;
35 35
 use function implode;
36
-<<<<<<< HEAD
36
+<< << <<< HEAD
37 37
 =======
38 38
 use function microtime;
39 39
 >>>>>>> cbed0ac0da (Create a new database abstraction layer)
Please login to merge, or discard this patch.