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 afaecba commit 320f15fCopy full SHA for 320f15f
src/MongoClient/Type/BulkWriteResult.php
@@ -46,7 +46,7 @@ class BulkWriteResult implements Unserializable
46
*/
47
private $upsertedIds;
48
49
- public function bsonUnserialize(array $data)
+ public function bsonUnserialize(array $data) : void
50
{
51
$this->matchedCount = $data['matchedcount'];
52
$this->modifiedCount = $data['modifiedcount'];
0 commit comments