Completed
Push — feature/late-mongodb-connect ( 48ebdd )
by Lucas
10:35
created
src/Command/CoreExportCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * dumps data from a mongodb connection to files
4
- */
3
+     * dumps data from a mongodb connection to files
4
+     */
5 5
 
6 6
 namespace Graviton\ImportExport\Command;
7 7
 
Please login to merge, or discard this patch.
src/Command/CoreClientTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * mongodb client trait
4
- */
3
+     * mongodb client trait
4
+     */
5 5
 
6 6
 namespace Graviton\ImportExport\Command;
7 7
 
Please login to merge, or discard this patch.