Passed
Pull Request — master (#3)
by Valentin
03:18
created
tests/-app-/config/mongo.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
         'default' => [
34 34
             'server'   => 'mongodb://localhost:27017',
35 35
             'database' => 'spiral-empty',
36
-            'options'  => ['connect' => true]
36
+            'options'  => [ 'connect' => true ]
37 37
         ],
38 38
         /*{{databases}}*/
39 39
     ]
Please login to merge, or discard this patch.