Skip to content

Commit 23e8e8e

Browse files
committed
Update IndexInput::bsonSerialize() doc block
1 parent e8177e8 commit 23e8e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Model/IndexInput.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public function __toString()
7474
* Serialize the index information to BSON for index creation.
7575
*
7676
* @see MongoDB\Collection::createIndexes()
77-
* @see http://php.net/bson-serializable.bsonserialize
77+
* @see http://php.net/mongodb-bson-serializable.bsonserialize
78+
* @return array
7879
*/
7980
public function bsonSerialize()
8081
{

0 commit comments

Comments
 (0)