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/CoreImportCommand.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@  discard block
 block discarded – undo
38 38
     private $databaseName;
39 39
 
40 40
     /**
41
-     * @param \MongoClient   $client       symfony/finder instance
42 41
      * @param string         $databaseName database name
43 42
      * @param FrontMatter    $frontMatter  frontmatter parser
44 43
      * @param JsonSerializer $serializer   serializer
@@ -98,7 +97,7 @@  discard block
 block discarded – undo
98 97
     /**
99 98
      * import a single file into a collection
100 99
      *
101
-     * @param SplFileInfo     $file   file
100
+     * @param \SplFileInfo     $file   file
102 101
      * @param InputInterface  $input  User input on console
103 102
      * @param OutputInterface $output Output of the command
104 103
      *
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.