We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8177e8 commit 23e8e8eCopy full SHA for 23e8e8e
src/Model/IndexInput.php
@@ -74,7 +74,8 @@ public function __toString()
74
* Serialize the index information to BSON for index creation.
75
*
76
* @see MongoDB\Collection::createIndexes()
77
- * @see http://php.net/bson-serializable.bsonserialize
+ * @see http://php.net/mongodb-bson-serializable.bsonserialize
78
+ * @return array
79
*/
80
public function bsonSerialize()
81
{
0 commit comments