Test Setup Failed
Branch master (c7aea0)
by Alex
04:14 queued 01:25
created
Profiler/MongoDbProfilerStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
         );
112 112
 
113 113
         $result = $this->getMongo()->updateOne(array('_id' => $profile->getToken()), array(
114
-            '$set' => array_filter($record, function ($v) {
114
+            '$set' => array_filter($record, function($v) {
115 115
                 return !empty($v);
116 116
             }),
117 117
         ), array('upsert' => true));
Please login to merge, or discard this patch.