@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * drops all collections in a given mongodb database |
|
4 | - */ |
|
3 | + * drops all collections in a given mongodb database |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Command; |
7 | 7 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * import json data into graviton |
|
4 | - * |
|
5 | - * Supports importing json data from either a single file or a complete folder of files. |
|
6 | - * |
|
7 | - * The data needs to contain frontmatter to hint where the bits and pieces should go. |
|
8 | - */ |
|
3 | + * import json data into graviton |
|
4 | + * |
|
5 | + * Supports importing json data from either a single file or a complete folder of files. |
|
6 | + * |
|
7 | + * The data needs to contain frontmatter to hint where the bits and pieces should go. |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Graviton\ImportExport\Command; |
11 | 11 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * base abstract for import based commands where a bunch of file must be collected and |
|
4 | - * done something with them.. |
|
5 | - */ |
|
3 | + * base abstract for import based commands where a bunch of file must be collected and |
|
4 | + * done something with them.. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | namespace Graviton\ImportExport\Command; |
8 | 8 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * small helper to read our VCAP_SERVICES in cf |
|
4 | - */ |
|
3 | + * small helper to read our VCAP_SERVICES in cf |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Util; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * check core export command |
|
4 | - */ |
|
3 | + * check core export command |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Tests\Command; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * check core import command |
|
4 | - */ |
|
3 | + * check core import command |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Tests\Command; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * check core purge command |
|
4 | - */ |
|
3 | + * check core purge command |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Tests\Command; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * check import command |
|
4 | - */ |
|
3 | + * check import command |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Tests\Command; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * test our jsonserializer extension |
|
4 | - */ |
|
3 | + * test our jsonserializer extension |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Graviton\ImportExport\Tests\Command; |
7 | 7 |