@@ -1,10 +1,10 @@ |
||
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 |
@@ -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 |