Completed
Push — develop ( f6645d...d90408 )
by Narcotic
03:10
created
src/Util/JsonSerializer.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * a small extension to the Zumba\Util\JsonSerializer to allow deserializing mongodb legacy driver objects
4
- *
5
- * NOTE: this is only needed as we widely use the "mongodb legacy" driver (pecl/mongo) instead of the newer one
6
- * (pecl/mongodb) - if we once switch to the new driver, we should be able to ditch this.
7
- */
3
+     * a small extension to the Zumba\Util\JsonSerializer to allow deserializing mongodb legacy driver objects
4
+     *
5
+     * NOTE: this is only needed as we widely use the "mongodb legacy" driver (pecl/mongo) instead of the newer one
6
+     * (pecl/mongodb) - if we once switch to the new driver, we should be able to ditch this.
7
+     */
8 8
 
9 9
 namespace Graviton\ImportExport\Util;
10 10
 
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.