intelephense
1.14.41.16.1
lib/stub/mongodb/BSON/Decimal128Interface.phplib/stub/mongodb/BSON/Decimal128Interface.php+1−1
Index: package/lib/stub/mongodb/BSON/Decimal128Interface.php
===================================================================
--- package/lib/stub/mongodb/BSON/Decimal128Interface.php
+++ package/lib/stub/mongodb/BSON/Decimal128Interface.php
@@ -12,6 +12,6 @@
* Returns the string representation of this Decimal128Interface
* @link https://www.php.net/manual/en/mongodb-bson-decimal128interface.tostring.php
* @return string Returns the string representation of this Decimal128Interface
*/
- public function __toString();
+ public function __toString(): string;
}