intelephense
1.14.41.16.1
lib/stub/mongodb/BSON/Unserializable.phplib/stub/mongodb/BSON/Unserializable.php+1−1
Index: package/lib/stub/mongodb/BSON/Unserializable.php
===================================================================
--- package/lib/stub/mongodb/BSON/Unserializable.php
+++ package/lib/stub/mongodb/BSON/Unserializable.php
@@ -14,6 +14,6 @@
* The properties of the BSON array or document will be passed to the method as an array.
* @link https://php.net/manual/en/mongodb-bson-unserializable.bsonunserialize.php
* @param array $data Properties within the BSON array or document.
*/
- public function bsonUnserialize(array $data);
+ public function bsonUnserialize(array $data): void;
}