Completed
Pull Request — develop (#12)
by Lucas
15:55 queued 08:58
created
src/Exception/UnknownFileTypeException.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
- * thrown when we get a json error
4
- */
3
+     * thrown when we get a json error
4
+     */
5 5
 
6 6
 namespace Graviton\ImportExport\Exception;
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.