Completed
Push — 14-watchdog_capped ( eda19a...541f64 )
by Frédéric G.
06:05
created
example.settings.local.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
 if (!function_exists('configure_mongodb')) {
10
-  function configure_mongodb(\Drupal\Core\Site\Settings &$settings) {
10
+  function configure_mongodb(\Drupal\Core\Site\Settings & $settings) {
11 11
     $settings['mongodb'] = [
12 12
       'clients' => [
13 13
         // Client alias => constructor parameters.
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/EventTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
       'severity' => [
73 73
         'label' => t('Severity'),
74 74
         'creation_callback' => 'intval',
75
-        'display_callback' => function ($level) {
75
+        'display_callback' => function($level) {
76 76
           return RfcLogLevel::getLevels()[$level];
77 77
         },
78 78
       ],
Please login to merge, or discard this patch.