Completed
Push — 8.x-2.x ( c5ce09...889049 )
by Frédéric G.
08:24
created
example.settings.local.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * of the MongoDB features by just commenting the last line out.
10 10
  */
11 11
 
12
-$configureMongoDb = function (array $settings): array {
12
+$configureMongoDb = function(array $settings): array {
13 13
   $settings['mongodb'] = [
14 14
     'clients' => [
15 15
       // Client alias => connection constructor parameters.
Please login to merge, or discard this patch.