Completed
Pull Request — 8.x-2.x (#5)
by Frédéric G.
02:37
created
modules/mongodb_watchdog/src/Form/AdminForm.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
       if ($value['type'] == 'php' && $value['message'] == '%type: %message in %function (line %line of %file).') {
189 189
         $collection = $this->logger->eventCollection($value['_id']);
190 190
         $result = $collection->find()
191
-                             ->sort(array('$natural' => -1))
192
-                             ->limit(1)
193
-                             ->getNext();
191
+                              ->sort(array('$natural' => -1))
192
+                              ->limit(1)
193
+                              ->getNext();
194 194
         if ($value) {
195 195
           $value['file'] = basename($result['variables']['%file']);
196 196
           $value['line'] = $result['variables']['%line'];
Please login to merge, or discard this patch.