Commit 23e8e8e4 authored by Jeremy Mikola's avatar Jeremy Mikola

Update IndexInput::bsonSerialize() doc block

parent e8177e87
...@@ -74,7 +74,8 @@ class IndexInput implements Serializable ...@@ -74,7 +74,8 @@ class IndexInput implements Serializable
* Serialize the index information to BSON for index creation. * Serialize the index information to BSON for index creation.
* *
* @see MongoDB\Collection::createIndexes() * @see MongoDB\Collection::createIndexes()
* @see http://php.net/bson-serializable.bsonserialize * @see http://php.net/mongodb-bson-serializable.bsonserialize
* @return array
*/ */
public function bsonSerialize() public function bsonSerialize()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment