Skip to content

Commit 320f15f

Browse files
authored
Update BulkWriteResult.php (#60)
Return type compatible
1 parent afaecba commit 320f15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoClient/Type/BulkWriteResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class BulkWriteResult implements Unserializable
4646
*/
4747
private $upsertedIds;
4848

49-
public function bsonUnserialize(array $data)
49+
public function bsonUnserialize(array $data) : void
5050
{
5151
$this->matchedCount = $data['matchedcount'];
5252
$this->modifiedCount = $data['modifiedcount'];

0 commit comments

Comments
 (0)