|
@@ -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.