@@ -1,7 +1,7 @@ |
||
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 |
@@ -38,7 +38,6 @@ discard block |
||
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 |
||
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 | * |
@@ -1,7 +1,7 @@ |
||
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 |